removed print function from global ML name space, to reduce risk of surprises;
authorwenzelm
Mon, 01 Jun 2009 15:25:59 +0200
changeset 31324 3ffa005c7701
parent 31323 89f218fcab2a
child 31325 700951b53d21
removed print function from global ML name space, to reduce risk of surprises;
src/Pure/ML-Systems/polyml_common.ML
--- a/src/Pure/ML-Systems/polyml_common.ML	Mon Jun 01 13:32:54 2009 +0200
+++ b/src/Pure/ML-Systems/polyml_common.ML	Mon Jun 01 15:25:59 2009 +0200
@@ -17,6 +17,8 @@
 
 val forget_structure = PolyML.Compiler.forgetStructure;
 
+val _ = PolyML.Compiler.forgetValue "print";
+
 
 (* Compiler options *)