added List_Prefix;
authorwenzelm
Wed, 25 Oct 2000 18:32:40 +0200
changeset 10332 b4f7f8693f8e
parent 10331 7411e4659d4a
child 10333 f12ff6a4bc7b
added List_Prefix;
src/HOL/Library/Library.thy
--- a/src/HOL/Library/Library.thy	Wed Oct 25 18:32:02 2000 +0200
+++ b/src/HOL/Library/Library.thy	Wed Oct 25 18:32:40 2000 +0200
@@ -1,9 +1,9 @@
 (*<*)
 theory Library =
+  List_Prefix +
+  Quotient +
   Accessible_Part +
   Multiset +
-  Quotient +
   While_Combinator + While_Combinator_Example:
-
 end
 (*>*)