/usr/lib/ocaml/ulex08/ulex.mli is in ocaml-ulex08 0.8-10+b7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | type regexp
val chars: Cset.t -> regexp
val seq: regexp -> regexp -> regexp
val alt: regexp -> regexp -> regexp
val rep: regexp -> regexp
val plus: regexp -> regexp
val eps: regexp
val compile: regexp array -> (int * int array * bool array) array
val partitions: unit -> (int * (int * int * int) list) list
|