| author | haftmann |
| Mon, 26 Apr 2010 11:34:15 +0200 | |
| changeset 36348 | 89c54f51f55a |
| parent 29752 | ad4e3a577fd3 |
| child 37134 | 29bd6c2ffba8 |
| permissions | -rw-r--r-- |
| 11675 | 1 |
(* Title: FOL/ex/ROOT.ML |
| 0 | 2 |
|
| 11675 | 3 |
Examples for First-Order Logic. |
| 0 | 4 |
*) |
5 |
||
|
23914
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
6 |
use_thys [ |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
7 |
"First_Order_Logic", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
8 |
"Natural_Numbers", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
9 |
"Intro", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
10 |
"Nat", |
| 29752 | 11 |
"Nat_Class", |
|
23914
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
12 |
"Foundation", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
13 |
"Prolog", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
14 |
"Intuitionistic", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
15 |
"Propositional_Int", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
16 |
"Quantifiers_Int", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
17 |
"Classical", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
18 |
"Propositional_Cla", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
19 |
"Quantifiers_Cla", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
20 |
"Miniscope", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
21 |
"If", |
| 29752 | 22 |
"Iff_Oracle" |
|
23914
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
23 |
]; |
|
17277
ab45d65bf204
make LocalesTest last, because it sets funny flags;
wenzelm
parents:
16168
diff
changeset
|
24 |
|
|
ab45d65bf204
make LocalesTest last, because it sets funny flags;
wenzelm
parents:
16168
diff
changeset
|
25 |
(*regression test for locales -- sets several global flags!*) |
| 29357 | 26 |
no_document use_thy "LocaleTest"; |