src/Pure/ML-Systems/polyml_common.ML
changeset 33213 1b550123f133
parent 33060 e66b41782cb5
child 34136 3dcb46ae6185
equal deleted inserted replaced
33212:f3c8acbff503 33213:1b550123f133
    16 
    16 
    17 (** ML system and platform related **)
    17 (** ML system and platform related **)
    18 
    18 
    19 val forget_structure = PolyML.Compiler.forgetStructure;
    19 val forget_structure = PolyML.Compiler.forgetStructure;
    20 
    20 
       
    21 val _ = PolyML.Compiler.forgetValue "isSome";
       
    22 val _ = PolyML.Compiler.forgetValue "getOpt";
       
    23 val _ = PolyML.Compiler.forgetValue "valOf";
    21 val _ = PolyML.Compiler.forgetValue "foldl";
    24 val _ = PolyML.Compiler.forgetValue "foldl";
    22 val _ = PolyML.Compiler.forgetValue "foldr";
    25 val _ = PolyML.Compiler.forgetValue "foldr";
    23 val _ = PolyML.Compiler.forgetValue "print";
    26 val _ = PolyML.Compiler.forgetValue "print";
    24 val _ = PolyML.Compiler.forgetValue "ref";
    27 val _ = PolyML.Compiler.forgetValue "ref";
    25 val _ = PolyML.Compiler.forgetType "ref";
    28 val _ = PolyML.Compiler.forgetType "ref";