Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / cml / core-cml / core-cml.mlb
CommitLineData
7f918cf1
CE
1ann
2 "nonexhaustiveBind warn" "nonexhaustiveMatch warn"
3 "redundantBind warn" "redundantMatch warn"
4 "sequenceNonUnit warn"
5 "warnUnused true" "forceUsed"
6in
7 local
8 $(SML_LIB)/basis/basis.mlb
9 $(SML_LIB)/basis/mlton.mlb
10 ../util/util.mlb
11 rep-types.sml
12 running.sml
13 trans-id.sig
14 trans-id.sml
15 cvar.sig
16 cvar.sml
17 thread-id.sig
18 thread-id.sml
19 scheduler-hooks.sig
20 scheduler-hooks.sml
21 scheduler.sig
22 scheduler.sml
23 event.sig
24 event.sml
25 thread.sig
26 thread.sml
27 channel.sig
28 channel.sml
29 timeout.sig
30 timeout.sml
31 version.sig
32 version.sml
33 cml.sig
34 cml.sml
35
36 mailbox.sig
37 mailbox.sml
38 sync-var.sig
39 sync-var.sml
40
41 run-cml.sig
42 run-cml.sml
43
44 rebind.sml
45 in
46 signature CML
47 structure CML
48
49 signature SYNC_VAR
50 structure SyncVar
51
52 signature MAILBOX
53 structure Mailbox
54
55 structure RunCML
56 end
57end