# HG changeset patch # User haftmann # Date 1314512010 -7200 # Node ID 73f84bf0c6acf07002e5944653aa3a60efa38c8b # Parent 1711be44e76ac282c2d12c08a84039e60ef46647 avoid loading List_Cset and Dlist_Cet at the same time diff -r 1711be44e76a -r 73f84bf0c6ac src/HOL/Library/Library.thy --- 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 diff -r 1711be44e76a -r 73f84bf0c6ac src/HOL/Library/ROOT.ML --- 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"*)];