src/Pure/ML-Systems/polyml-4.2.0.ML
author nipkow
Mon, 01 Sep 2008 22:10:42 +0200
changeset 28072 a45e8c872dc1
parent 26377 54dc2f9c5be8
child 28151 61f9c918b410
permissions -rw-r--r--
It appears that the code generator (Stefan's) needs some laws that appear superfluous: {..n} = set ...

(*  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;