| author | wenzelm |
| Tue, 10 Jun 2008 19:15:19 +0200 | |
| changeset 27126 | 3ede9103de8e |
| parent 26729 | 43a72d892594 |
| child 27367 | a75d71c73362 |
| permissions | -rw-r--r-- |
| 17602 | 1 |
(* Title: HOL/Main.thy |
2 |
ID: $Id$ |
|
3 |
*) |
|
| 9619 | 4 |
|
| 12024 | 5 |
header {* Main HOL *}
|
6 |
||
| 15131 | 7 |
theory Main |
|
24699
c6674504103f
datatype interpretators for size and datatype_realizer
haftmann
parents:
24644
diff
changeset
|
8 |
imports Map |
| 15131 | 9 |
begin |
|
9650
6f0b89f2a1f9
Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents:
9619
diff
changeset
|
10 |
|
| 25223 | 11 |
ML {* val HOL_proofs = ! Proofterm.proofs *}
|
| 23165 | 12 |
|
| 25964 | 13 |
ML {* path_add "~~/src/HOL/Library" *}
|
14 |
||
|
9650
6f0b89f2a1f9
Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents:
9619
diff
changeset
|
15 |
end |