This file is indexed.

/usr/lib/mlton/sml/mllpt-lib/ml-lpt-lib.cm is in mlton-basis 20130715-3.

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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
(* ml-lpt-lib.cm
 *
 * COPYRIGHT (c) 2006
 * John Reppy (http://www.cs.uchicago.edu/~jhr)
 * Aaron Turon (http://www.cs.uchicago.edu/~adrassi)
 * All rights reserved.
 *
 * Sources file for ml-lpt lib
 *)

Library

  signature ANTLR_LEXER
  signature ANTLR_TOKENS

  structure AntlrRepair
  structure AntlrStreamPos
  structure ULexBuffer
  structure UTF8 (* from smlnj-lib.cm; used in generated scanners *)

  functor AntlrEBNF
  functor AntlrErrHandler

is

  $/basis.cm
  $/smlnj-lib.cm
  ebnf.sml
  err-handler.sml
  antlr-lexer-sig.sml
  repair.sml

(*
  repairable-strm-sig.sml
  repairable-strm.sml
*)
  wrapped-strm.sml

  stream-pos.sml
  antlr-tokens-sig.sml

  ulex-buffer.sml