src/Pure/ML-Systems/polyml-5.1.ML
author wenzelm
Fri, 20 Mar 2009 20:05:51 +0100
changeset 30611 591fefcf184e
parent 29638 1f8f3d26a2cf
child 30627 fb9e73c01603
permissions -rw-r--r--
uniform ml_prompts for RAW and Pure;

(*  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;