src/Pure/ML-Systems/polyml-5.1.ML
author wenzelm
Sun, 07 Sep 2008 17:48:49 +0200
changeset 28153 67147cc3f967
parent 28152 c1277547d59f
child 28254 d67ba23e0277
permissions -rw-r--r--
*** MESSAGE REFERS TO PREVIOUS VERSION *** removed dummy thread structures from multithreading.ML;

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

Compatibility wrapper for Poly/ML 5.1.
*)

open Thread;
use "ML-Systems/polyml_common.ML";
use "ML-Systems/multithreading_polyml.ML";
use "ML-Systems/polyml_old_compiler5.ML";

val pointer_eq = PolyML.pointerEq;