Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / mlnlffi-lib / internals / c-int.mlb
1 local
2 $(SML_LIB)/basis/basis.mlb
3
4 ../memory/memory.mlb
5 in
6 ann
7 "nonexhaustiveBind warn" "nonexhaustiveMatch warn"
8 "redundantBind warn" "redundantMatch warn"
9 "sequenceNonUnit warn"
10 "warnUnused true" "forceUsed"
11 in
12 local
13 ../c.sig
14 ../c-debug.sig
15 c-int.sig
16 c-int.sml
17 c.sml
18 c-debug.sml
19
20 ../zstring.sig
21 zstring.sml
22 tag.sml
23 in
24 structure Tag
25
26 structure MLRep
27 signature C
28 structure C
29 signature C_INT
30 structure C_Int
31 signature C_DEBUG
32 structure C_Debug
33
34 signature ZSTRING
35 structure ZString
36
37 signature DYN_LINKAGE
38 structure DynLinkage
39
40 signature CMEMORY
41 structure CMemory
42 end
43 end
44 end