author | wenzelm |
Tue, 06 Feb 2007 17:20:14 +0100 | |
changeset 22252 | ce77e9622002 |
parent 22251 | b4e26fba2a1a |
child 22253 | 7a1bf4299254 |
--- a/src/Pure/ML-Systems/mosml.ML Tue Feb 06 17:06:44 2007 +0100 +++ b/src/Pure/ML-Systems/mosml.ML Tue Feb 06 17:20:14 2007 +0100 @@ -67,6 +67,9 @@ structure FileSys = FileSys end; +exception Option = Option.Option; + + (*limit the printing depth*) fun print_depth n = (Meta.printDepth := n div 2; @@ -144,7 +147,7 @@ FileSys.remove tmp_name end; -fun use_file _ _ name = PolyML.use name; +fun use_file _ _ name = use name;