# HG changeset patch # User nipkow # Date 1113494224 -7200 # Node ID 29ae73d8a84e09b494f933f9cc68253a8491c6ca # Parent 6480cd74feb3bef9164d7b751e6b1d9dcc691dda Removed dir Orderings in Library diff -r 6480cd74feb3 -r 29ae73d8a84e src/HOL/IsaMakefile --- 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 diff -r 6480cd74feb3 -r 29ae73d8a84e src/HOL/Library/Library.thy --- 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 (*>*)