summaryrefslogtreecommitdiff
path: root/ccross.mlb
blob: 6e36d729d8a367f5e29891789a359123dbf74998 (plain)
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
ann
	"allowRecordPunExps true"
    "warnUnused true"
in
	$(SML_LIB)/basis/basis.mlb
    $(SML_LIB)/basis/mlton.mlb
    general.sml

    stream.sig
    stream.sml

    hashtable.sig
    hashtable.sml

    tokenizer.sig
    tokenizer.fun

    cpp.sig
    cpp.fun

    exn_handler.sig
    exn_handler.fun

    ccross.sig
    ccross.sml
end