src/Pure/ML-Systems/polyml-4.2.0.ML
author urbanc
Fri, 17 Nov 2006 17:32:30 +0100
changeset 21405 26b51f724fe6
parent 21299 4b01726d71fc
permissions -rw-r--r--
added an intro lemma for freshness of products; set up the simplifier so that it can deal with the compact and long notation for freshness constraints (FIXME: it should also be able to deal with the special case of freshness of atoms)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18161
fd3afbf2a883 Compatibility wrapper for Poly/ML 4.2.0.
wenzelm
parents:
diff changeset
     1
(*  Title:      Pure/ML-Systems/polyml-4.2.0.ML
fd3afbf2a883 Compatibility wrapper for Poly/ML 4.2.0.
wenzelm
parents:
diff changeset
     2
    ID:         $Id$
fd3afbf2a883 Compatibility wrapper for Poly/ML 4.2.0.
wenzelm
parents:
diff changeset
     3
fd3afbf2a883 Compatibility wrapper for Poly/ML 4.2.0.
wenzelm
parents:
diff changeset
     4
Compatibility wrapper for Poly/ML 4.2.0.
fd3afbf2a883 Compatibility wrapper for Poly/ML 4.2.0.
wenzelm
parents:
diff changeset
     5
*)
fd3afbf2a883 Compatibility wrapper for Poly/ML 4.2.0.
wenzelm
parents:
diff changeset
     6
fd3afbf2a883 Compatibility wrapper for Poly/ML 4.2.0.
wenzelm
parents:
diff changeset
     7
use "ML-Systems/polyml-4.1.4-patch.ML";
fd3afbf2a883 Compatibility wrapper for Poly/ML 4.2.0.
wenzelm
parents:
diff changeset
     8
use "ML-Systems/polyml.ML";