src/HOL/Library/ROOT.ML
author haftmann
Fri, 06 Jan 2012 10:19:49 +0100
changeset 46133 d9fe85d3d2cd
parent 45985 2d399a776de2
child 47108 2a1953f0d20d
permissions -rw-r--r--
incorporated canonical fold combinator on lists into body of List theory; refactored passages on List.fold(l/r)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37694
19e8b730ddeb tuned bootstrap files
haftmann
parents: 37118
diff changeset
     1
19e8b730ddeb tuned bootstrap files
haftmann
parents: 37118
diff changeset
     2
(* Classical Higher-order Logic -- batteries included *)
19e8b730ddeb tuned bootstrap files
haftmann
parents: 37118
diff changeset
     3
44561
73f84bf0c6ac avoid loading List_Cset and Dlist_Cet at the same time
haftmann
parents: 44006
diff changeset
     4
use_thys ["Library", "List_Cset", "List_Prefix", "List_lexord", "Sublist_Order",
44006
b9839fad3bb6 new theory HOL/Library/Product_Lattice.thy
huffman
parents: 42841
diff changeset
     5
  "Product_Lattice",
45985
2d399a776de2 dropped Executable_Set wrapper theory
haftmann
parents: 45483
diff changeset
     6
  "Code_Char_chr", "Code_Char_ord", "Code_Integer", "Efficient_Nat"(*, "Code_Prolog"*),
45483
34d07cf7d207 add Code_Real_Approx_By_Float
hoelzl
parents: 44561
diff changeset
     7
  "Code_Real_Approx_By_Float" ];