This file is indexed.

/usr/lib/ocaml/atd/atd_inherit.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
12
13
14
15
16
17
(* $Id: atd_inherit.mli 46594 2010-08-11 09:04:42Z martin $ *)

(** Expansion of [inherit] statements *)

val expand_module_body : 
  ?inherit_fields : bool ->
  ?inherit_variants : bool ->
  Atd_ast.module_body -> Atd_ast.module_body
  (**
     Expand [inherit] statements found in sum types and product types.

     @param inherit_fields specify whether record fields should be expanded.
     Default is true.

     @param inherit_variants specify whether sum types
     should be expanded. Default is true.
  *)