src/Pure/ML-Systems/polyml-5.2.ML
author wenzelm
Mon, 09 Nov 2009 21:30:54 +0100
changeset 33538 edf497b5b5d2
parent 32776 src/Pure/ML-Systems/polyml.ML@1504f9c2d060
child 38635 f76ad0771f67
permissions -rw-r--r--
setup for official Poly/ML 5.3.0, which is now the default;

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

Compatibility wrapper for Poly/ML 5.2.
*)

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/thread_dummy.ML";
use "ML-Systems/multithreading.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";