forget old some old option stuff from NJ -- superceded by material in Pure/General/basics.ML;
authorwenzelm
Mon, 26 Oct 2009 20:42:08 +0100
changeset 33213 1b550123f133
parent 33212 f3c8acbff503
child 33214 885e1b7ecb33
forget old some old option stuff from NJ -- superceded by material in Pure/General/basics.ML;
src/Pure/ML-Systems/polyml_common.ML
--- a/src/Pure/ML-Systems/polyml_common.ML	Mon Oct 26 20:41:26 2009 +0100
+++ b/src/Pure/ML-Systems/polyml_common.ML	Mon Oct 26 20:42:08 2009 +0100
@@ -18,6 +18,9 @@
 
 val forget_structure = PolyML.Compiler.forgetStructure;
 
+val _ = PolyML.Compiler.forgetValue "isSome";
+val _ = PolyML.Compiler.forgetValue "getOpt";
+val _ = PolyML.Compiler.forgetValue "valOf";
 val _ = PolyML.Compiler.forgetValue "foldl";
 val _ = PolyML.Compiler.forgetValue "foldr";
 val _ = PolyML.Compiler.forgetValue "print";