src/Pure/ML-Systems/polyml-5.0.ML
author blanchet
Thu, 22 Oct 2009 14:51:47 +0200
changeset 33192 08a39a957ed7
parent 32776 1504f9c2d060
permissions -rw-r--r--
added Nitpick's theory and ML files to Isabelle/HOL; the examples and the documentation are on their way.

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

Compatibility wrapper for Poly/ML 5.0.
*)

fun reraise exn = raise exn;

use "ML-Systems/unsynchronized.ML";
use "ML-Systems/universal.ML";
use "ML-Systems/thread_dummy.ML";
use "ML-Systems/ml_name_space.ML";
use "ML-Systems/polyml_common.ML";
use "ML-Systems/compiler_polyml-5.0.ML";
use "ML-Systems/pp_polyml.ML";

val pointer_eq = PolyML.pointerEq;

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