Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / stubs / mlton-stubs / sources.cm
CommitLineData
7f918cf1
CE
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
9Library
10
11signature MLTON_THREAD
12structure MLton
13
14is
15
16#if (defined (SMLNJ_VERSION))
17../basis-stubs-for-smlnj/sources.cm
18../mlton-stubs-for-smlnj/sources.cm
19#endif
20
21io.sig
22
23thread.sig
24thread.sml
25
26array.sig
27bin-io.sig
28cont.sig
29exn.sig
30finalizable.sig
31gc.sig
32itimer.sig
33platform.sig
34proc-env.sig
35process.sig
36profile.sig
37random.sig
38rusage.sig
39signal.sig
40text-io.sig
41vector.sig
42weak.sig
43word.sig
44world.sig
45
46random.sml
47
48mlton.sig
49mlton.sml