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