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