Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / stubs / mlton-stubs / sources.mlb
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 local
10
11 $(SML_LIB)/basis/basis.mlb
12 local
13 $(SML_LIB)/basis/mlton.mlb
14 in
15 structure MLton
16 end
17
18 io.sig
19
20 thread.sig
21 thread.sml
22
23 array.sig
24 bin-io.sig
25 cont.sig
26 exn.sig
27 finalizable.sig
28 gc.sig
29 itimer.sig
30 platform.sig
31 proc-env.sig
32 process.sig
33 profile.sig
34 random.sig
35 rusage.sig
36 signal.sig
37 text-io.sig
38 vector.sig
39 weak.sig
40 word.sig
41 world.sig
42
43 random.sml
44
45 mlton.sig
46 mlton.sml
47
48 in
49
50 signature MLTON_THREAD
51 structure MLton
52
53 end