| author | huffman |
| Fri, 22 Oct 2010 15:47:43 -0700 | |
| changeset 40093 | c2d36bc4cd14 |
| parent 32496 | 4ab00a2642c3 |
| child 41308 | 9e576ec5c0dc |
| permissions | -rw-r--r-- |
| 32381 | 1 |
MIRABELLE_HOME="$COMPONENT" |
2 |
||
|
32382
98674ac811c4
Mirabelle tool script conforming to standard Isabelle tool interface,
boehmes
parents:
32381
diff
changeset
|
3 |
MIRABELLE_LOGIC=HOL |
|
32385
594890623c46
split actions from Mirabelle core (Mirabelle may thus be applied to basic theories in HOL)
boehmes
parents:
32383
diff
changeset
|
4 |
MIRABELLE_THEORY=Main |
|
32382
98674ac811c4
Mirabelle tool script conforming to standard Isabelle tool interface,
boehmes
parents:
32381
diff
changeset
|
5 |
MIRABELLE_OUTPUT_PATH=/tmp/mirabelle |
|
98674ac811c4
Mirabelle tool script conforming to standard Isabelle tool interface,
boehmes
parents:
32381
diff
changeset
|
6 |
MIRABELLE_TIMEOUT=30 |
|
98674ac811c4
Mirabelle tool script conforming to standard Isabelle tool interface,
boehmes
parents:
32381
diff
changeset
|
7 |
|
| 32393 | 8 |
ISABELLE_TOOLS="$ISABELLE_TOOLS:$COMPONENT/lib/Tools" |