Removed dir Orderings in Library
authornipkow
Thu, 14 Apr 2005 17:57:04 +0200
changeset 15731 29ae73d8a84e
parent 15730 6480cd74feb3
child 15732 faa48c5b1402
Removed dir Orderings in Library
src/HOL/IsaMakefile
src/HOL/Library/Library.thy
--- a/src/HOL/IsaMakefile	Thu Apr 14 09:19:55 2005 +0200
+++ b/src/HOL/IsaMakefile	Thu Apr 14 17:57:04 2005 +0200
@@ -188,7 +188,9 @@
   Library/README.html Library/Continuity.thy \
   Library/Nested_Environment.thy Library/Zorn.thy\
   Library/Library/ROOT.ML Library/Library/document/root.tex \
-  Library/Library/document/root.bib Library/While_Combinator.thy
+  Library/Library/document/root.bib Library/While_Combinator.thy \
+  Library/Product_ord.thy Library/Char_ord.thy \
+  Library/List_lexord.thy
 	@cd Library; $(ISATOOL) usedir $(OUT)/HOL Library
 
 
--- a/src/HOL/Library/Library.thy	Thu Apr 14 09:19:55 2005 +0200
+++ b/src/HOL/Library/Library.thy	Thu Apr 14 17:57:04 2005 +0200
@@ -5,7 +5,6 @@
   Continuity
   EfficientNat
   FuncSet
-  List_Prefix
   Multiset
   NatPair
   Nat_Infinity
@@ -17,6 +16,9 @@
   While_Combinator
   Word
   Zorn
+  List_Prefix
+  Char_ord
+  List_lexord
 begin
 end
 (*>*)