src/Pure/RAW/ml_name_space_polyml.ML
author wenzelm
Sat, 26 Dec 2015 15:03:41 +0100
changeset 61931 ed47044ee6a6
parent 61925 ab52f183f020
permissions -rw-r--r--
more proofs, more text;

(*  Title:      Pure/RAW/ml_name_space_polyml.ML
    Author:     Makarius

Name space for Poly/ML.
*)

structure ML_Name_Space =
struct
  open PolyML.NameSpace;
  type T = nameSpace;
  val global = PolyML.globalNameSpace;
  val forget_global_structure = PolyML.Compiler.forgetStructure;
end;