Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / mlton / xml / sources.cm
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
9 Group
10
11 signature SXML
12 signature XML
13 signature XML_TYPE
14
15 functor Monomorphise
16 functor ParseSxml
17 functor Sxml
18 functor Xml
19
20 is
21
22 ../../lib/mlton/sources.cm
23 ../atoms/sources.cm
24 ../control/sources.cm
25
26 xml-type.sig
27 xml-tree.sig
28 xml-tree.fun
29 type-check.sig
30 type-check.fun
31 shrink.sig
32 shrink.fun
33 xml-transform.sig
34 scc-funs.sig
35 scc-funs.fun
36 simplify-types.sig
37 simplify-types.fun
38 xml-simplify.sig
39 xml-simplify.fun
40 xml.sig
41 xml.fun
42 sxml-exns.sig
43 monomorphise.sig
44 monomorphise.fun
45 sxml-tree.sig
46 implement-exceptions.fun
47 implement-suffix.fun
48 polyvariance.fun
49 cps-transform.fun
50 sxml-simplify.sig
51 sxml-simplify.fun
52 sxml.sig
53 sxml.fun
54 parse-sxml.sig
55 parse-sxml.fun