Import Upstream version 20180207
[hcoop/debian/mlton.git] / mlton / xml / sources.mlb
CommitLineData
7f918cf1
CE
1(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
2 * Jagannathan, and Stephen Weeks.
3 * Copyright (C) 1997-2000 NEC Research Institute.
4 *
5 * MLton is released under a BSD-style license.
6 * See the file MLton-LICENSE for details.
7 *)
8
9local
10 ../../lib/mlton/sources.mlb
11 ../atoms/sources.mlb
12 ../control/sources.mlb
13
14 xml-type.sig
15 xml-tree.sig
16 xml-tree.fun
17 type-check.sig
18 type-check.fun
19 scc-funs.sig
20 scc-funs.fun
21 shrink.sig
22 shrink.fun
23 xml-transform.sig
24 simplify-types.sig
25 simplify-types.fun
26 xml-simplify.sig
27 xml-simplify.fun
28 xml.sig
29 xml.fun
30 sxml-exns.sig
31 monomorphise.sig
32 monomorphise.fun
33 sxml-tree.sig
34 implement-exceptions.fun
35 implement-suffix.fun
36 polyvariance.fun
37 cps-transform.fun
38 sxml-simplify.sig
39 sxml-simplify.fun
40 sxml.sig
41 sxml.fun
42 parse-sxml.sig
43 parse-sxml.fun
44in
45 signature SXML
46 signature XML
47
48 functor Monomorphise
49 functor ParseSxml
50 functor Sxml
51 functor Xml
52end