| author | wenzelm |
| Fri, 10 Nov 2000 19:03:55 +0100 | |
| changeset 10434 | 6ea4735c3955 |
| parent 10386 | 581a5a143994 |
| child 10519 | ade64af4c57c |
| permissions | -rw-r--r-- |
| 9619 | 1 |
|
2 |
(*theory Main includes everything; note that theory |
|
3 |
PreList already includes most HOL theories*) |
|
4 |
||
|
9650
6f0b89f2a1f9
Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents:
9619
diff
changeset
|
5 |
theory Main = Map + String: |
|
6f0b89f2a1f9
Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents:
9619
diff
changeset
|
6 |
|
| 10261 | 7 |
(*belongs to theory List*) |
8 |
declare lists_mono [mono] |
|
9 |
declare map_cong [recdef_cong] |
|
| 10386 | 10 |
lemmas rev_induct [case_names Nil snoc] = rev_induct |
11 |
and rev_cases [case_names Nil snoc] = rev_exhaust |
|
| 9768 | 12 |
|
|
9650
6f0b89f2a1f9
Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents:
9619
diff
changeset
|
13 |
end |