| author | wenzelm |
| Sun, 29 Jul 2007 22:42:00 +0200 | |
| changeset 24067 | 69b51bc5ce06 |
| parent 23914 | 3e0424305fa4 |
| child 28873 | 2058a6b0eb20 |
| permissions | -rw-r--r-- |
| 11675 | 1 |
(* Title: FOL/ex/ROOT.ML |
| 0 | 2 |
ID: $Id$ |
| 1459 | 3 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
| 0 | 4 |
Copyright 1992 University of Cambridge |
5 |
||
| 11675 | 6 |
Examples for First-Order Logic. |
| 0 | 7 |
*) |
8 |
||
|
23914
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
9 |
use_thys [ |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
10 |
"First_Order_Logic", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
11 |
"Natural_Numbers", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
12 |
"Intro", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
13 |
"Nat", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
14 |
"Foundation", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
15 |
"Prolog", |
| 0 | 16 |
|
|
23914
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
17 |
"Intuitionistic", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
18 |
"Propositional_Int", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
19 |
"Quantifiers_Int", |
| 0 | 20 |
|
|
23914
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
21 |
"Classical", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
22 |
"Propositional_Cla", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
23 |
"Quantifiers_Cla", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
24 |
"Miniscope", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
25 |
"If", |
| 0 | 26 |
|
|
23914
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
27 |
"NatClass", |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
28 |
"IffOracle" |
|
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
29 |
]; |
|
17277
ab45d65bf204
make LocalesTest last, because it sets funny flags;
wenzelm
parents:
16168
diff
changeset
|
30 |
|
|
ab45d65bf204
make LocalesTest last, because it sets funny flags;
wenzelm
parents:
16168
diff
changeset
|
31 |
(*regression test for locales -- sets several global flags!*) |
|
23914
3e0424305fa4
turned ex/prop.ML, ex/quant.ML into proper theories;
wenzelm
parents:
23156
diff
changeset
|
32 |
no_document use_thy "LocaleTest"; |