src/Pure/ML-Systems/polyml_common.ML
changeset 42288 2074b31650e6
parent 42012 2c3fe3cbebae
child 43603 8f777c2e4638
equal deleted inserted replaced
42287:d98eb048a2e4 42288:2074b31650e6
    20 val seconds = Time.fromReal;
    20 val seconds = Time.fromReal;
    21 
    21 
    22 
    22 
    23 
    23 
    24 (** ML system and platform related **)
    24 (** ML system and platform related **)
    25 
       
    26 val forget_structure = PolyML.Compiler.forgetStructure;
       
    27 
    25 
    28 val _ = PolyML.Compiler.forgetValue "isSome";
    26 val _ = PolyML.Compiler.forgetValue "isSome";
    29 val _ = PolyML.Compiler.forgetValue "getOpt";
    27 val _ = PolyML.Compiler.forgetValue "getOpt";
    30 val _ = PolyML.Compiler.forgetValue "valOf";
    28 val _ = PolyML.Compiler.forgetValue "valOf";
    31 val _ = PolyML.Compiler.forgetValue "foldl";
    29 val _ = PolyML.Compiler.forgetValue "foldl";