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