/usr/lib/ocaml/ocp-indent-lib/util.mli is in libocp-indent-lib-ocaml-dev 1.4.2-1.
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 | val compose : ('b -> 'c) -> ('a -> 'b) -> 'a -> 'c
val ( @* ) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
val default : 'a -> 'a option -> 'a
val string_split : char -> string -> string list
val string_split_chars : string -> string -> string list
val is_prefix : string -> string -> bool
val ends_with_escape : string -> bool
val count_leading_spaces : string -> int
val shorten_string : int -> string -> string
|