Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / stubs / mlton-stubs / sources.cm
1 (* Copyright (C) 2009,2013 Matthew Fluet.
2 * Copyright (C) 2002-2006 Henry Cejtin, Matthew Fluet, Suresh
3 * Jagannathan, and Stephen Weeks.
4 *
5 * MLton is released under a BSD-style license.
6 * See the file MLton-LICENSE for details.
7 *)
8
9 Library
10
11 signature MLTON_THREAD
12 structure MLton
13
14 is
15
16 #if (defined (SMLNJ_VERSION))
17 ../basis-stubs-for-smlnj/sources.cm
18 ../mlton-stubs-for-smlnj/sources.cm
19 #endif
20
21 io.sig
22
23 thread.sig
24 thread.sml
25
26 array.sig
27 bin-io.sig
28 cont.sig
29 exn.sig
30 finalizable.sig
31 gc.sig
32 itimer.sig
33 platform.sig
34 proc-env.sig
35 process.sig
36 profile.sig
37 random.sig
38 rusage.sig
39 signal.sig
40 text-io.sig
41 vector.sig
42 weak.sig
43 word.sig
44 world.sig
45
46 random.sml
47
48 mlton.sig
49 mlton.sml