This file is indexed.

/usr/lib/mlton/sml/mlyacc-lib/ml-yacc-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
(* sources file for ML-Yacc library *)

Library

signature STREAM
signature LR_TABLE
signature TOKEN
signature LR_PARSER
signature LEXER
signature ARG_LEXER
signature PARSER_DATA
signature PARSER
signature ARG_PARSER
functor Join
functor JoinWithArg
structure LrTable
structure Stream
structure LrParser

is

#if defined(NEW_CM)
  $/basis.cm
#endif

base.sig
join.sml
lrtable.sml
stream.sml
parser2.sml     (* error correcting version *)