author | mengj |
Wed, 19 Oct 2005 06:33:24 +0200 | |
changeset 17905 | 1574533861b1 |
parent 17721 | b943c01e1c6d |
child 18315 | e52f867ab851 |
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 |
17905
1574533861b1
Added files in order to use external ATPs as oracles and invoke these ATPs by calling Isabelle methods (currently "vampire" and "eprover").
mengj
parents:
17721
diff
changeset
|
8 |
imports SAT Reconstruction ResAtpMethods |
15131 | 9 |
begin |
9650
6f0b89f2a1f9
Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents:
9619
diff
changeset
|
10 |
|
12024 | 11 |
text {* |
12 |
Theory @{text Main} includes everything. Note that theory @{text |
|
13 |
PreList} already includes most HOL theories. |
|
14 |
*} |
|
15 |
||
17395
a05e20f6a31a
hide the rather generic names used in theory Commutative_Ring;
wenzelm
parents:
17386
diff
changeset
|
16 |
|
17721 | 17 |
text {* \medskip Late clause setup: installs \emph{all} simprules and |
17461 | 18 |
claset rules into the clause cache; cf.\ theory @{text |
19 |
Reconstruction}. *} |
|
14350 | 20 |
|
17461 | 21 |
setup ResAxioms.clause_setup |
14350 | 22 |
|
9650
6f0b89f2a1f9
Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents:
9619
diff
changeset
|
23 |
end |