src/Pure/ML-Systems/polyml-5.1.ML
author wenzelm
Mon, 23 Mar 2009 21:40:11 +0100
changeset 30672 beaadd5af500
parent 30627 fb9e73c01603
child 31312 1c00e4ff3c99
permissions -rw-r--r--
more systematic type use_context, with particular values ML_Parse.global_context and ML_Context.local_context;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26381
509a1ca9d35c Compatibility wrapper for Poly/ML 5.1.
wenzelm
parents:
diff changeset
     1
(*  Title:      Pure/ML-Systems/polyml-5.1.ML
509a1ca9d35c Compatibility wrapper for Poly/ML 5.1.
wenzelm
parents:
diff changeset
     2
509a1ca9d35c Compatibility wrapper for Poly/ML 5.1.
wenzelm
parents:
diff changeset
     3
Compatibility wrapper for Poly/ML 5.1.
509a1ca9d35c Compatibility wrapper for Poly/ML 5.1.
wenzelm
parents:
diff changeset
     4
*)
509a1ca9d35c Compatibility wrapper for Poly/ML 5.1.
wenzelm
parents:
diff changeset
     5
28836
dd361ca41f69 disabled threads -- as advertized;
wenzelm
parents: 28254
diff changeset
     6
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
     7
use "ML-Systems/ml_name_space.ML";
26381
509a1ca9d35c Compatibility wrapper for Poly/ML 5.1.
wenzelm
parents:
diff changeset
     8
use "ML-Systems/polyml_common.ML";
26389
3835c431e141 use polyml_old_compiler5.ML;
wenzelm
parents: 26381
diff changeset
     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";
26381
509a1ca9d35c Compatibility wrapper for Poly/ML 5.1.
wenzelm
parents:
diff changeset
    11
509a1ca9d35c Compatibility wrapper for Poly/ML 5.1.
wenzelm
parents:
diff changeset
    12
val pointer_eq = PolyML.pointerEq;
29638
1f8f3d26a2cf added share_common_data -- reduces heap space, but takes long;
wenzelm
parents: 29564
diff changeset
    13
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