src/Pure/ML-Systems/polyml-4.1.3.ML
author haftmann
Wed, 06 May 2009 16:01:06 +0200
changeset 31048 ac146fc38b51
parent 30672 beaadd5af500
permissions -rw-r--r--
refined HOL string theories and corresponding ML fragments
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
23139
aa899bce7c3b TextIO.inputLine: use present SML B library version;
wenzelm
parents:
diff changeset
     1
(*  Title:      Pure/ML-Systems/polyml-4.1.3.ML
aa899bce7c3b TextIO.inputLine: use present SML B library version;
wenzelm
parents:
diff changeset
     2
aa899bce7c3b TextIO.inputLine: use present SML B library version;
wenzelm
parents:
diff changeset
     3
Compatibility wrapper for Poly/ML 4.1.3.
aa899bce7c3b TextIO.inputLine: use present SML B library version;
wenzelm
parents:
diff changeset
     4
*)
aa899bce7c3b TextIO.inputLine: use present SML B library version;
wenzelm
parents:
diff changeset
     5
26215
94d32a7cd0fb rearrangements to make latest Poly/ML the default, not old 4.x;
wenzelm
parents: 23139
diff changeset
     6
use "ML-Systems/polyml_old_basis.ML";
28151
61f9c918b410 explicit use of universal.ML and dummy_thread.ML;
wenzelm
parents: 26377
diff changeset
     7
use "ML-Systems/universal.ML";
61f9c918b410 explicit use of universal.ML and dummy_thread.ML;
wenzelm
parents: 26377
diff changeset
     8
use "ML-Systems/thread_dummy.ML";
30672
beaadd5af500 more systematic type use_context, with particular values ML_Parse.global_context and ML_Context.local_context;
wenzelm
parents: 30627
diff changeset
     9
use "ML-Systems/ml_name_space.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";
30627
fb9e73c01603 added polyml_pp.ML: toplevel pretty printing for Poly/ML 4.x and 5.x before 5.3;
wenzelm
parents: 29564
diff changeset
    12
use "ML-Systems/polyml_pp.ML";
26377
54dc2f9c5be8 removed pointer_eq from polyml_common.ML (structure Address no longer available after 5.1);
wenzelm
parents: 26215
diff changeset
    13
54dc2f9c5be8 removed pointer_eq from polyml_common.ML (structure Address no longer available after 5.1);
wenzelm
parents: 26215
diff changeset
    14
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
    15