src/Pure/ML-Systems/polyml-4.1.3.ML
author wenzelm
Sat, 21 Mar 2009 20:00:23 +0100
changeset 30627 fb9e73c01603
parent 29564 f8b933a62151
child 30672 beaadd5af500
permissions -rw-r--r--
added polyml_pp.ML: toplevel pretty printing for Poly/ML 4.x and 5.x before 5.3;

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

Compatibility wrapper for Poly/ML 4.1.3.
*)

use "ML-Systems/polyml_old_basis.ML";
use "ML-Systems/universal.ML";
use "ML-Systems/thread_dummy.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;