/usr/lib/mlton/sml/mllpt-lib/ml-lpt-lib.mlb 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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 | ann
"nonexhaustiveMatch warn" "redundantMatch warn"
"sequenceNonUnit ignore"
"warnUnused false" "forceUsed"
in
local
basis l8 =
bas
(* $/basis.cm ====> *) $(SML_LIB)/basis/basis.mlb $(SML_LIB)/basis/sml-nj.mlb
end
basis l62 =
bas
(* $/smlnj-lib.cm ====> *) $(SML_LIB)/smlnj-lib/Util/smlnj-lib.mlb
end
in
local
$(SML_LIB)/basis/pervasive.mlb
local
antlr-tokens-sig.sml
in
signature gs_0 = ANTLR_TOKENS
end
local
open l8
in
structure gs_1 = String
end
local
open l8
in
structure gs_2 = Position
end
local
open l8
in
structure gs_3 = Int
end
local
structure Int = gs_3
structure Position = gs_2
structure String = gs_1
stream-pos.sml
in
structure gs_4 = AntlrStreamPos
end
local
structure AntlrStreamPos = gs_4
structure String = gs_1
repair.sml
in
structure gs_5 = AntlrRepair
end
local
open l8
in
structure gs_6 = List
end
local
structure AntlrStreamPos = gs_4
structure List = gs_6
ebnf.sml
in
functor gs_7 = AntlrEBNF
end
local
structure AntlrStreamPos = gs_4
antlr-lexer-sig.sml
in
signature gs_8 = ANTLR_LEXER
end
local
open l8
in
structure gs_9 = SMLofNJ
end
local
open l8
in
structure gs_10 = ListPair
end
local
signature ANTLR_LEXER = gs_8
signature ANTLR_TOKENS = gs_0
structure AntlrRepair = gs_5
structure AntlrStreamPos = gs_4
structure Int = gs_3
structure ListPair = gs_10
structure String = gs_1
wrapped-strm.sml
in
functor gs_11 = AntlrWrappedStream
end
local
signature ANTLR_LEXER = gs_8
signature ANTLR_TOKENS = gs_0
structure AntlrRepair = gs_5
structure AntlrStreamPos = gs_4
functor AntlrWrappedStream = gs_11
structure Int = gs_3
structure List = gs_6
structure SMLofNJ = gs_9
err-handler.sml
in
functor gs_12 = AntlrErrHandler
end
local
open l8
in
structure gs_13 = Word
end
local
open l8
in
structure gs_14 = Substring
end
local
open l8
in
structure gs_15 = Char
end
local
structure AntlrStreamPos = gs_4
structure Char = gs_15
structure String = gs_1
structure Substring = gs_14
structure Word = gs_13
ulex-buffer.sml
in
structure gs_16 = ULexBuffer
end
local
open l62
in
structure gs_17 = UTF8
end
in
signature ANTLR_LEXER = gs_8
signature ANTLR_TOKENS = gs_0
functor AntlrEBNF = gs_7
functor AntlrErrHandler = gs_12
structure AntlrRepair = gs_5
structure AntlrStreamPos = gs_4
structure ULexBuffer = gs_16
structure UTF8 = gs_17
end
end
end
|