Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / mlton / control / sources.cm
CommitLineData
7f918cf1
CE
1(* Copyright (C) 2009 Matthew Fluet.
2 * Copyright (C) 1999-2007 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
12structure Bits
13structure Bytes
14structure Control
15structure Pretty
16structure Region
17structure Source
18structure SourcePos
19structure System
20structure Version
21signature WRAPPED
22
23is
24
25../../lib/mlton/sources.cm
26
27bits.sml
28control-flags.sig
29control-flags.sml
30source-pos.sig
31source-pos.sml
32region.sig
33region.sml
34wrapped.sig
35source.sig
36source.sml
37version.sml
38control.sig
39control.sml
40system.sig
41system.sml
42pretty.sig
43pretty.sml