| author | wenzelm |
| Tue, 21 Oct 2008 22:21:28 +0200 | |
| changeset 28658 | a03ae929d9c0 |
| parent 28228 | 7ebe8dc06cbb |
| child 28668 | e79e196039a1 |
| permissions | -rw-r--r-- |
| 20809 | 1 |
(* $Id$ *) |
| 10253 | 2 |
(*<*) |
| 15131 | 3 |
theory Library |
| 15140 | 4 |
imports |
|
27652
818666de6c24
refined code generator setup for rational numbers; more simplification rules for rational numbers
haftmann
parents:
27475
diff
changeset
|
5 |
Abstract_Rat |
| 21256 | 6 |
AssocList |
|
16908
d374530bfaaa
Added two new theories to HOL/Library: SetsAndFunctions.thy and BigO.thy
avigad
parents:
16109
diff
changeset
|
7 |
BigO |
| 21256 | 8 |
Binomial |
|
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
24281
diff
changeset
|
9 |
Boolean_Algebra |
| 21256 | 10 |
Char_ord |
| 26170 | 11 |
Code_Char_chr |
|
24994
c385c4eabb3b
consolidated naming conventions for code generator theories
haftmann
parents:
24626
diff
changeset
|
12 |
Code_Index |
| 26170 | 13 |
Code_Integer |
|
24994
c385c4eabb3b
consolidated naming conventions for code generator theories
haftmann
parents:
24626
diff
changeset
|
14 |
Code_Message |
| 21256 | 15 |
Coinductive_List |
16 |
Commutative_Ring |
|
| 15131 | 17 |
Continuity |
| 26170 | 18 |
Countable |
| 26157 | 19 |
Dense_Linear_Order |
| 23854 | 20 |
Efficient_Nat |
| 26348 | 21 |
Enum |
| 24281 | 22 |
Eval_Witness |
| 23854 | 23 |
Executable_Set |
| 27298 | 24 |
"../Real/Float" |
| 21256 | 25 |
FuncSet |
| 26170 | 26 |
Imperative_HOL |
|
27475
61b979a2c820
add Infinite_Set and Zorn back in (since they are no longer included in main HOL image)
huffman
parents:
27368
diff
changeset
|
27 |
Infinite_Set |
| 26173 | 28 |
ListVector |
| 15131 | 29 |
Multiset |
30 |
Nat_Infinity |
|
31 |
Nested_Environment |
|
|
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
24281
diff
changeset
|
32 |
Numeral_Type |
| 15470 | 33 |
OptionalSugar |
| 26232 | 34 |
Option_ord |
| 15131 | 35 |
Permutation |
36 |
Primes |
|
| 24615 | 37 |
Quicksort |
| 15131 | 38 |
Quotient |
|
21635
32f3e1127de2
added Ramsey.thy to Library imports, to include it in the daily builds
krauss
parents:
21256
diff
changeset
|
39 |
Ramsey |
|
26192
52617dca8386
new theory of red-black trees, an efficient implementation of finite maps.
krauss
parents:
26173
diff
changeset
|
40 |
RBT |
| 21256 | 41 |
State_Monad |
| 15131 | 42 |
While_Combinator |
43 |
Word |
|
|
27475
61b979a2c820
add Infinite_Set and Zorn back in (since they are no longer included in main HOL image)
huffman
parents:
27368
diff
changeset
|
44 |
Zorn |
| 15131 | 45 |
begin |
| 10253 | 46 |
end |
47 |
(*>*) |