This file is indexed.

/usr/lib/ocaml/parmap/parmap_utils.mli is in libparmap-ocaml-dev 1.0~rc7-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
val log_error : ('a, unit, string, unit) format4 -> 'a
val append_tr : 'a list -> 'a list -> 'a list
val concat_tr : 'a list list -> 'a list
val fold_right : ('a -> 'b -> 'b) -> 'a list -> 'b -> 'b
val range : int -> int -> int list
val tempfd : unit -> Unix.file_descr