String added to BasisLibrary
authorpaulson
Mon, 28 Dec 1998 16:47:47 +0100
changeset 6038 dfdb7584cf96
parent 6037 b0895662fba4
child 6039 01f67f5f8dd0
String added to BasisLibrary
src/Pure/ROOT.ML
--- a/src/Pure/ROOT.ML	Mon Dec 28 16:47:21 1998 +0100
+++ b/src/Pure/ROOT.ML	Mon Dec 28 16:47:47 1998 +0100
@@ -64,7 +64,7 @@
 
 use "install_pp.ML";
 
-(*if true then some packages won't be too serious about actually proving things*)
+(*if true then some packages will OMIT SOME PROOFS*)
 val quick_and_dirty = ref false;
 
 (*several object-logics declare theories that hide basis library structures*)
@@ -73,6 +73,7 @@
   structure List   = List 
   and       Option = Option
   and       Bool   = Bool
+  and       String = String
   and       Int    = Int
   and       Real   = Real;
 end;