ML/ml_test.ML: test of advanced ML compiler invocation in Poly/ML 5.3;
authorwenzelm
Sun, 22 Mar 2009 19:11:00 +0100
changeset 30643fe40d740d7c1
parent 30642 15cc4ad0e6e9
child 30644 3f3d1e218b64
ML/ml_test.ML: test of advanced ML compiler invocation in Poly/ML 5.3;
src/Pure/IsaMakefile
src/Pure/ROOT.ML
     1.1 --- a/src/Pure/IsaMakefile	Sun Mar 22 19:10:59 2009 +0100
     1.2 +++ b/src/Pure/IsaMakefile	Sun Mar 22 19:11:00 2009 +0100
     1.3 @@ -69,7 +69,7 @@
     1.4    Isar/spec_parse.ML Isar/specification.ML Isar/theory_target.ML	\
     1.5    Isar/toplevel.ML Isar/value_parse.ML ML/ml_antiquote.ML		\
     1.6    ML/ml_context.ML ML/ml_lex.ML ML/ml_parse.ML ML/ml_syntax.ML		\
     1.7 -  ML/ml_thms.ML ML-Systems/install_pp_polyml.ML				\
     1.8 +  ML/ml_test.ML ML/ml_thms.ML ML-Systems/install_pp_polyml.ML		\
     1.9    ML-Systems/install_pp_polyml-experimental.ML Proof/extraction.ML	\
    1.10    Proof/proof_rewrite_rules.ML Proof/proof_syntax.ML			\
    1.11    Proof/proofchecker.ML Proof/reconstruct.ML ProofGeneral/ROOT.ML	\
     2.1 --- a/src/Pure/ROOT.ML	Sun Mar 22 19:10:59 2009 +0100
     2.2 +++ b/src/Pure/ROOT.ML	Sun Mar 22 19:11:00 2009 +0100
     2.3 @@ -101,4 +101,6 @@
     2.4  (*configuration for Proof General*)
     2.5  cd "ProofGeneral"; use "ROOT.ML"; cd "..";
     2.6  
     2.7 +if ml_system = "polyml-experimental" then use "ML/ml_test.ML" else ();
     2.8  use "pure_setup.ML";
     2.9 +