src/Pure/ML-Systems/polyml-4.1.3.ML
author wenzelm
Tue, 03 Jun 2008 14:04:26 +0200
changeset 27066 dbf97292e5fd
parent 26377 54dc2f9c5be8
child 28151 61f9c918b410
permissions -rw-r--r--
some fine-tuning;

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

Compatibility wrapper for Poly/ML 4.1.3.
*)

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

val pointer_eq = Address.wordEq;