Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / mlton / main / sources.mlb
1 (* Copyright (C) 2009,2011 Matthew Fluet.
2 * Copyright (C) 1999-2005 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
10 local
11 ../../lib/mlton/sources.mlb
12 ../ast/sources.mlb
13 ../atoms/sources.mlb
14 ../backend/sources.mlb
15 ../closure-convert/sources.mlb
16 ../codegen/sources.mlb
17 ../control/sources.mlb
18 ../core-ml/sources.mlb
19 ../defunctorize/sources.mlb
20 ../elaborate/sources.mlb
21 ../front-end/sources.mlb
22 ../ssa/sources.mlb
23 ../xml/sources.mlb
24
25 lookup-constant.sig
26 lookup-constant.fun
27 compile.sig
28 compile.fun
29 main.sig
30 main.fun
31 main.sml
32 in
33 structure Main
34 end