This file is indexed.

/usr/lib/ocaml/atd/atd_reflect.mli is in libatd-ocaml-dev 1.0.1-1build2.

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
(* $Id: atd_reflect.mli 46594 2010-08-11 09:04:42Z martin $ *)

(**
  Conversion of an AST value into OCaml source code that creates this value
*)

val print_full_module_def : Buffer.t -> string -> Atd_ast.full_module -> unit
  (**
     [print_full_module_def buf name x] prints OCaml source code
     that would construct the given ATD tree [x] and call it [name].
  *)