| author | wenzelm |
| Tue, 31 May 2005 11:53:14 +0200 | |
| changeset 16123 | 1381e90c2694 |
| parent 16109 | e8c169d6f191 |
| child 16908 | d374530bfaaa |
| permissions | -rw-r--r-- |
| 10253 | 1 |
(*<*) |
| 15131 | 2 |
theory Library |
| 15140 | 3 |
imports |
| 15131 | 4 |
Accessible_Part |
5 |
Continuity |
|
| 15324 | 6 |
EfficientNat |
| 15131 | 7 |
FuncSet |
8 |
Multiset |
|
9 |
NatPair |
|
10 |
Nat_Infinity |
|
11 |
Nested_Environment |
|
| 15470 | 12 |
OptionalSugar |
| 15131 | 13 |
Permutation |
14 |
Primes |
|
15 |
Quotient |
|
16 |
While_Combinator |
|
17 |
Word |
|
18 |
Zorn |
|
|
16109
e8c169d6f191
Removes an inconsistent definition from Library.thy ,
obua
parents:
15731
diff
changeset
|
19 |
(*List_Prefix*) |
| 15731 | 20 |
Char_ord |
21 |
List_lexord |
|
| 15131 | 22 |
begin |
| 10253 | 23 |
end |
24 |
(*>*) |