src/Pure/ML-Systems/polyml-4.2.0.ML
author wenzelm
Mon, 24 Mar 2008 18:35:41 +0100
changeset 26377 54dc2f9c5be8
parent 26215 94d32a7cd0fb
child 28151 61f9c918b410
permissions -rw-r--r--
removed pointer_eq from polyml_common.ML (structure Address no longer available after 5.1);

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

Compatibility wrapper for Poly/ML 4.2.0.
*)

use "ML-Systems/polyml_common.ML";
use "ML-Systems/polyml_old_compiler4.ML";

val pointer_eq = Address.wordEq;