| author | haftmann |
| Mon, 01 Sep 2008 10:18:37 +0200 | |
| changeset 28064 | d4a6460c53d1 |
| parent 27652 | 818666de6c24 |
| child 28098 | c92850d2d16c |
| 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 |
| 26170 | 22 |
Eval |
| 24281 | 23 |
Eval_Witness |
| 23854 | 24 |
Executable_Set |
| 27298 | 25 |
"../Real/Float" |
| 21256 | 26 |
FuncSet |
| 26170 | 27 |
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
|
28 |
Infinite_Set |
| 26173 | 29 |
ListVector |
| 15131 | 30 |
Multiset |
31 |
NatPair |
|
32 |
Nat_Infinity |
|
33 |
Nested_Environment |
|
|
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
24281
diff
changeset
|
34 |
Numeral_Type |
| 15470 | 35 |
OptionalSugar |
| 26232 | 36 |
Option_ord |
| 15131 | 37 |
Permutation |
38 |
Primes |
|
| 24615 | 39 |
Quicksort |
| 15131 | 40 |
Quotient |
|
21635
32f3e1127de2
added Ramsey.thy to Library imports, to include it in the daily builds
krauss
parents:
21256
diff
changeset
|
41 |
Ramsey |
|
26192
52617dca8386
new theory of red-black trees, an efficient implementation of finite maps.
krauss
parents:
26173
diff
changeset
|
42 |
RBT |
| 21256 | 43 |
State_Monad |
| 15131 | 44 |
While_Combinator |
45 |
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
|
46 |
Zorn |
| 15131 | 47 |
begin |
| 10253 | 48 |
end |
49 |
(*>*) |