This file is indexed.

/usr/lib/ocaml/typerep_lib/typerep_obj.mli is in libtyperep-camlp4-dev 113.00.00-3ubuntu1.

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
(** some utils related to the runtime of ocaml, used both at compile time (camlp4) and
    runtime. to be considered the same way than [Obj] (internal, unsafe, etc.) *)
val repr_of_poly_variant : [> ] -> int
val hash_variant : string -> int
val double_array_value : 'a
val has_double_array_tag : 'a -> bool