--- a/src/HOL/Library/Library.thy Sun Aug 28 08:12:54 2011 +0200
+++ b/src/HOL/Library/Library.thy Sun Aug 28 08:13:30 2011 +0200
@@ -31,7 +31,6 @@
Lattice_Algebras
Lattice_Syntax
ListVector
- List_Cset
Kleene_Algebra
Mapping
Monad_Syntax
--- a/src/HOL/Library/ROOT.ML Sun Aug 28 08:12:54 2011 +0200
+++ b/src/HOL/Library/ROOT.ML Sun Aug 28 08:13:30 2011 +0200
@@ -1,6 +1,6 @@
(* Classical Higher-order Logic -- batteries included *)
-use_thys ["Library", "List_Prefix", "List_lexord", "Sublist_Order",
+use_thys ["Library", "List_Cset", "List_Prefix", "List_lexord", "Sublist_Order",
"Product_Lattice",
"Code_Char_chr", "Code_Char_ord", "Code_Integer", "Efficient_Nat", "Executable_Set"(*, "Code_Prolog"*)];