src/Pure/ML-Systems/polyml-5.0.ML
author wenzelm
Thu, 09 Oct 2008 20:53:22 +0200
changeset 28553 675270d2d304
parent 28151 61f9c918b410
child 29564 f8b933a62151
permissions -rw-r--r--
Multithreading.enabled;

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

Compatibility wrapper for Poly/ML 5.0.
*)

use "ML-Systems/universal.ML";
use "ML-Systems/thread_dummy.ML";
use "ML-Systems/polyml_common.ML";
use "ML-Systems/polyml_old_compiler5.ML";

val pointer_eq = PolyML.pointerEq;