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