| author | wenzelm | 
| Thu, 14 Aug 2008 16:52:46 +0200 | |
| changeset 27865 | 27a8ad9612a3 | 
| parent 26378 | bac8d5e5f833 | 
| child 28151 | 61f9c918b410 | 
| permissions | -rw-r--r-- | 
| 21653 | 1 | (* Title: Pure/ML-Systems/polyml-5.0.ML | 
| 2 | ID: $Id$ | |
| 3 | ||
| 4 | Compatibility wrapper for Poly/ML 5.0. | |
| 5 | *) | |
| 6 | ||
| 26215 
94d32a7cd0fb
rearrangements to make latest Poly/ML the default, not old 4.x;
 wenzelm parents: 
24605diff
changeset | 7 | use "ML-Systems/polyml_common.ML"; | 
| 26378 | 8 | use "ML-Systems/polyml_old_compiler5.ML"; | 
| 21653 | 9 | |
| 10 | val pointer_eq = PolyML.pointerEq; | |
| 21771 
148c8aba89dd
added improved versions of use_text/file (still inactive);
 wenzelm parents: 
21653diff
changeset | 11 |