removed obsolete BasisLibrary;
authorwenzelm
Sat, 17 Sep 2005 18:11:27 +0200
changeset 17467 2e9f745924d0
parent 17466 92d36be64b46
child 17468 7c040a5fd171
removed obsolete BasisLibrary; proof_general.ML: setmp proofs 1 to capture sane default preferences;
src/Pure/ROOT.ML
--- a/src/Pure/ROOT.ML	Sat Sep 17 18:11:26 2005 +0200
+++ b/src/Pure/ROOT.ML	Sat Sep 17 18:11:27 2005 +0200
@@ -89,31 +89,18 @@
 (*the IsaPlanner subsystem*)
 cd "IsaPlanner"; use "ROOT.ML"; cd "..";
 
+cd "Tools"; use "ROOT.ML"; cd "..";
+
 (*configuration for Proof General*)
-use "proof_general.ML";
-
-cd "Tools"; use "ROOT.ML"; cd "..";
+setmp proofs 1 use "proof_general.ML";
 
 use_thy "Pure"; structure Pure = struct val thy = theory "Pure" end;
 use_thy "CPure"; structure CPure = struct val thy = theory "CPure" end;
 
-
-(*several object-logics declare theories that hide basis library structures*)
-structure BasisLibrary =
-struct
-  structure List = List;
-  structure Option = Option;
-  structure Bool = Bool;
-  structure String = String;
-  structure Int = Int;
-  structure Real = Real;
-end;
-
+(*final ML setup*)
 use "install_pp.ML";
-
 val use = ThyInfo.use;
 val cd = File.cd o Path.unpack;
-
 ml_prompts "ML> " "ML# ";
 
 proofs := 0;