avoid loading List_Cset and Dlist_Cet at the same time
authorhaftmann
Sun, 28 Aug 2011 08:13:30 +0200
changeset 4543273f84bf0c6ac
parent 45431 1711be44e76a
child 45433 0d32868a9732
avoid loading List_Cset and Dlist_Cet at the same time
src/HOL/Library/Library.thy
src/HOL/Library/ROOT.ML
     1.1 --- a/src/HOL/Library/Library.thy	Sun Aug 28 08:12:54 2011 +0200
     1.2 +++ b/src/HOL/Library/Library.thy	Sun Aug 28 08:13:30 2011 +0200
     1.3 @@ -31,7 +31,6 @@
     1.4    Lattice_Algebras
     1.5    Lattice_Syntax
     1.6    ListVector
     1.7 -  List_Cset
     1.8    Kleene_Algebra
     1.9    Mapping
    1.10    Monad_Syntax
     2.1 --- a/src/HOL/Library/ROOT.ML	Sun Aug 28 08:12:54 2011 +0200
     2.2 +++ b/src/HOL/Library/ROOT.ML	Sun Aug 28 08:13:30 2011 +0200
     2.3 @@ -1,6 +1,6 @@
     2.4  
     2.5  (* Classical Higher-order Logic -- batteries included *)
     2.6  
     2.7 -use_thys ["Library", "List_Prefix", "List_lexord", "Sublist_Order",
     2.8 +use_thys ["Library", "List_Cset", "List_Prefix", "List_lexord", "Sublist_Order",
     2.9    "Product_Lattice",
    2.10    "Code_Char_chr", "Code_Char_ord", "Code_Integer", "Efficient_Nat", "Executable_Set"(*, "Code_Prolog"*)];