Import Upstream version 20180207
[hcoop/debian/mlton.git] / mlton / atoms / sources.mlb
1 (* Copyright (C) 2017 Matthew Fluet.
2 * Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
3 * Jagannathan, and Stephen Weeks.
4 * Copyright (C) 1997-2000 NEC Research Institute.
5 *
6 * MLton is released under a BSD-style license.
7 * See the file MLton-LICENSE for details.
8 *)
9
10 local
11 ../../lib/mlton/sources.mlb
12 ../control/sources.mlb
13
14 layout-pretty.sml
15
16 char-size.sig
17 char-size.fun
18 int-size.sig
19 int-size.fun
20 real-size.sig
21 real-size.fun
22 word-size.sig
23 word-size.fun
24 word-x.sig
25 word-x.fun
26 word-x-vector.sig
27 word-x-vector.fun
28 real-x.sig
29 real-x.fun
30 const-type.sig
31 const-type.fun
32 const.sig
33 const.fun
34 symbol.sig
35 symbol.fun
36 field.sig
37 field.fun
38 record.sig
39 record.fun
40 id.sig
41 id.fun
42 tyvar.sig
43 tyvar.fun
44 admits-equality.sig
45 admits-equality.fun
46 tycon-kind.sig
47 tycon-kind.fun
48 prim-tycons.sig
49 prim-tycons.fun
50 tycon.sig
51 tycon.fun
52 prim-cons.sig
53 prim-cons.fun
54 (* Windows doesn't like files named con, so use con- instead. *)
55 con-.sig
56 con-.fun
57 var.sig
58 var.fun
59 func.sig
60 label.sig
61 c-type.sig
62 c-type.fun
63 c-function.sig
64 c-function.fun
65 ffi.sig
66 ffi.fun
67 prim.sig
68 prim.fun
69 source-info.sig
70 source-info.fun
71 profile-label.sig
72 profile-label.fun
73 profile-exp.sig
74 profile-exp.fun
75 atoms.sig
76 atoms.fun
77 generic-scheme.sig
78 generic-scheme.fun
79 type-ops.sig
80 type-ops.fun
81 hash-type.sig
82 hash-type.fun
83 in
84 signature ADMITS_EQUALITY
85 signature ATOMS
86 signature CHAR_SIZE
87 signature CONST
88 signature CONST_TYPE
89 signature C_FUNCTION
90 signature C_TYPE
91 signature FFI
92 signature HASH_TYPE
93 signature ID
94 signature INT_SIZE
95 signature LABEL
96 signature PRIM
97 signature PRIM_CONS
98 signature PRIM_TYCONS
99 signature PROFILE_LABEL
100 signature REAL_SIZE
101 signature RECORD
102 signature SYMBOL
103 signature TYCON
104 signature TYCON_KIND
105 signature TYPE_OPS
106 signature TYVAR
107 signature WORD_SIZE
108 signature WORD_X
109 signature WORD_X_VECTOR
110
111 structure LayoutPretty
112
113 functor PrimCons
114 functor PrimTycons
115 functor Atoms
116 functor Id
117 functor GenericScheme
118 functor HashType
119 functor TypeOps
120 end