Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / cml / cml-lib / cml-lib.mlb
1 ann
2 "nonexhaustiveBind warn" "nonexhaustiveMatch warn"
3 "redundantBind warn" "redundantMatch warn"
4 "sequenceNonUnit warn"
5 "warnUnused true" "forceUsed"
6 in
7 local
8 $(SML_LIB)/basis/basis.mlb
9 ../core-cml/core-cml.mlb
10 multicast.sig
11 multicast.sml
12 simple-rpc.sig
13 simple-rpc.sml
14 in
15 signature MULTICAST
16 structure Multicast
17
18 signature SIMPLE_RPC
19 structure SimpleRPC
20 end
21 end