src/Pure/ML-Systems/polyml-4.2.0.ML
author haftmann
Wed, 06 May 2009 16:01:06 +0200
changeset 31048 ac146fc38b51
parent 30672 beaadd5af500
permissions -rw-r--r--
refined HOL string theories and corresponding ML fragments

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

Compatibility wrapper for Poly/ML 4.2.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_compiler4.ML";
use "ML-Systems/polyml_pp.ML";

val pointer_eq = Address.wordEq;