This file is indexed.

/usr/lib/ocaml/atd/atd_inherit.mli is in libatd-ocaml-dev 1.1.2-1build4.

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
(** 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.
  *)