src/Pure/ML-Systems/polyml-5.1.ML
author wenzelm
Sun, 31 May 2009 15:03:34 +0200
changeset 31313 97800f7e80b4
parent 31312 1c00e4ff3c99
child 31427 5a07cc86675d
permissions -rw-r--r--
renamed polyml_pp.ML to pp_polyml.ML; explicit PolyML.install_pp;

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

Compatibility wrapper for Poly/ML 5.1.
*)

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;