src/Pure/ML-Systems/polyml-5.0.ML
author wenzelm
Mon, 23 Mar 2009 21:40:11 +0100
changeset 30672 beaadd5af500
parent 30627 fb9e73c01603
child 31312 1c00e4ff3c99
permissions -rw-r--r--
more systematic type use_context, with particular values ML_Parse.global_context and ML_Context.local_context;

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

Compatibility wrapper for Poly/ML 5.0.
*)

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/polyml_old_compiler5.ML";
use "ML-Systems/polyml_pp.ML";

val pointer_eq = PolyML.pointerEq;

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