This file is indexed.

/usr/lib/ocaml/pa_test/runtime.mli is in libpa-test-camlp4-dev 111.08.00-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
 7
 8
 9
10
11
12
13
14
(** Functions called by the generated code *)
val sexp_of_loc : Lexing.position -> Sexplib.Sexp.t
val failwith : string -> Sexplib.Sexp.t -> _

val make_location_string
  :  pos_fname:string
  -> pos_lnum:int
  -> pos_cnum:int
  -> pos_bol:int
  -> string

(** [string_of_loc] is used to implement [sexp_of_loc], and
    is exposed at least so it can be rebound in core_kernel. *)
val string_of_loc : Lexing.position -> string