author | huffman |
Fri, 19 Sep 2008 18:05:19 +0200 | |
changeset 28298 | 3eb2855e5402 |
parent 28151 | 61f9c918b410 |
child 29564 | f8b933a62151 |
permissions | -rw-r--r-- |
23139 | 1 |
(* Title: Pure/ML-Systems/polyml-4.1.4.ML |
2 |
ID: $Id$ |
|
3 |
||
4 |
Compatibility wrapper for Poly/ML 4.1.4. |
|
5 |
*) |
|
6 |
||
26215
94d32a7cd0fb
rearrangements to make latest Poly/ML the default, not old 4.x;
wenzelm
parents:
23139
diff
changeset
|
7 |
use "ML-Systems/polyml_old_basis.ML"; |
28151
61f9c918b410
explicit use of universal.ML and dummy_thread.ML;
wenzelm
parents:
26377
diff
changeset
|
8 |
use "ML-Systems/universal.ML"; |
61f9c918b410
explicit use of universal.ML and dummy_thread.ML;
wenzelm
parents:
26377
diff
changeset
|
9 |
use "ML-Systems/thread_dummy.ML"; |
26215
94d32a7cd0fb
rearrangements to make latest Poly/ML the default, not old 4.x;
wenzelm
parents:
23139
diff
changeset
|
10 |
use "ML-Systems/polyml_common.ML"; |
26377
54dc2f9c5be8
removed pointer_eq from polyml_common.ML (structure Address no longer available after 5.1);
wenzelm
parents:
26215
diff
changeset
|
11 |
use "ML-Systems/polyml_old_compiler4.ML"; |
54dc2f9c5be8
removed pointer_eq from polyml_common.ML (structure Address no longer available after 5.1);
wenzelm
parents:
26215
diff
changeset
|
12 |
|
54dc2f9c5be8
removed pointer_eq from polyml_common.ML (structure Address no longer available after 5.1);
wenzelm
parents:
26215
diff
changeset
|
13 |
val pointer_eq = Address.wordEq; |
54dc2f9c5be8
removed pointer_eq from polyml_common.ML (structure Address no longer available after 5.1);
wenzelm
parents:
26215
diff
changeset
|
14 |