Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / mlton / xml / xml-transform.sig
CommitLineData
7f918cf1
CE
1(* Copyright (C) 2007-2007 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 XML_TRANSFORM_STRUCTS =
9 sig
10 include SHRINK
11 end
12
13signature XML_TRANSFORM =
14 sig
15 include XML_TRANSFORM_STRUCTS
16
17 val transform: Program.t -> Program.t
18 end