author | wenzelm |
Sat, 21 Mar 2009 20:00:23 +0100 | |
changeset 30627 | fb9e73c01603 |
parent 29638 | 1f8f3d26a2cf |
child 30672 | beaadd5af500 |
permissions | -rw-r--r-- |
21653 | 1 |
(* Title: Pure/ML-Systems/polyml-5.0.ML |
2 |
||
3 |
Compatibility wrapper for Poly/ML 5.0. |
|
4 |
*) |
|
5 |
||
28151
61f9c918b410
explicit use of universal.ML and dummy_thread.ML;
wenzelm
parents:
26378
diff
changeset
|
6 |
use "ML-Systems/universal.ML"; |
61f9c918b410
explicit use of universal.ML and dummy_thread.ML;
wenzelm
parents:
26378
diff
changeset
|
7 |
use "ML-Systems/thread_dummy.ML"; |
26215
94d32a7cd0fb
rearrangements to make latest Poly/ML the default, not old 4.x;
wenzelm
parents:
24605
diff
changeset
|
8 |
use "ML-Systems/polyml_common.ML"; |
26378 | 9 |
use "ML-Systems/polyml_old_compiler5.ML"; |
30627
fb9e73c01603
added polyml_pp.ML: toplevel pretty printing for Poly/ML 4.x and 5.x before 5.3;
wenzelm
parents:
29638
diff
changeset
|
10 |
use "ML-Systems/polyml_pp.ML"; |
21653 | 11 |
|
12 |
val pointer_eq = PolyML.pointerEq; |
|
21771
148c8aba89dd
added improved versions of use_text/file (still inactive);
wenzelm
parents:
21653
diff
changeset
|
13 |
|
29638
1f8f3d26a2cf
added share_common_data -- reduces heap space, but takes long;
wenzelm
parents:
29564
diff
changeset
|
14 |
fun share_common_data () = PolyML.shareCommonData PolyML.rootFunction; |
1f8f3d26a2cf
added share_common_data -- reduces heap space, but takes long;
wenzelm
parents:
29564
diff
changeset
|
15 |