src/Pure/ML-Systems/polyml-5.1.ML
author blanchet
Wed, 04 Mar 2009 10:45:52 +0100
changeset 30240 5b25fee0362c
parent 29638 1f8f3d26a2cf
child 30627 fb9e73c01603
permissions -rw-r--r--
Merge.

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

Compatibility wrapper for Poly/ML 5.1.
*)

use "ML-Systems/thread_dummy.ML";
use "ML-Systems/polyml_common.ML";
use "ML-Systems/polyml_old_compiler5.ML";

val pointer_eq = PolyML.pointerEq;

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