Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / mlton / defunctorize / defunctorize.sig
CommitLineData
7f918cf1
CE
1(* Copyright (C) 2003-2005 Henry Cejtin, Matthew Fluet, Suresh
2 * Jagannathan, and Stephen Weeks.
3 *
4 * MLton is released under a BSD-style license.
5 * See the file MLton-LICENSE for details.
6 *)
7
8signature DEFUNCTORIZE_STRUCTS =
9 sig
10 structure CoreML: CORE_ML
11 structure Xml: XML
12 sharing CoreML.Atoms = Xml.Atoms
13 end
14
15signature DEFUNCTORIZE =
16 sig
17 include DEFUNCTORIZE_STRUCTS
18
19 val defunctorize: CoreML.Program.t -> Xml.Program.t
20 end