summaryrefslogtreecommitdiff
path: root/cpp.mlb
blob: dd7fb365160aebd7260b25a03ed330ee77cfcead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ann
	"allowRecordPunExps true"
    "warnUnused true"
in
	$(SML_LIB)/basis/basis.mlb
    $(SML_LIB)/basis/mlton.mlb
    general.sml

    stream.sig
    stream.sml

    tokenizer.sig
    tokenizer.sml

    exn_handler.sml
	cpp.sml
end