src/Pure/ML-Systems/polyml-5.2.1.ML
author wenzelm
Fri, 27 Aug 2010 21:22:07 +0200
changeset 38835 088502dfd89f
parent 38635 f76ad0771f67
child 39616 8052101883c3
permissions -rw-r--r--
eliminated broken Output.no_warnings_CRITICAL -- context visibility does the job; modernized attribute setup;

(*  Title:      Pure/ML-Systems/polyml-5.2.1.ML

Compatibility wrapper for Poly/ML 5.2.1.
*)

use "ML-Systems/unsynchronized.ML";

open Thread;

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

fun reraise exn = raise exn;

use "ML-Systems/polyml_common.ML";
use "ML-Systems/multithreading_polyml.ML";

val pointer_eq = PolyML.pointerEq;

fun share_common_data () = PolyML.shareCommonData PolyML.rootFunction;

use "ML-Systems/compiler_polyml-5.2.ML";
use "ML-Systems/pp_polyml.ML";
use "ML-Systems/pp_dummy.ML";