author | wenzelm |
Sat, 08 Dec 2001 14:42:22 +0100 | |
changeset 12420 | a2a05c952b4d |
parent 12419 | 6a7ee57447aa |
child 12421 | 54c06c1f88b8 |
--- a/src/Pure/General/ROOT.ML Sat Dec 08 14:42:03 2001 +0100 +++ b/src/Pure/General/ROOT.ML Sat Dec 08 14:42:22 2001 +0100 @@ -20,6 +20,7 @@ use "buffer.ML"; use "history.ML"; use "pretty.ML"; +use "xml.ML"; structure PureGeneral = struct @@ -38,4 +39,5 @@ structure Buffer = Buffer; structure History = History; structure Pretty = Pretty; + structure XML = XML; end;