| author | wenzelm |
| Thu, 20 Sep 2007 20:56:33 +0200 | |
| changeset 24665 | e5bea50b9b89 |
| parent 24615 | 17dbd993293d |
| child 24740 | 36750aca7a77 |
| permissions | -rw-r--r-- |
| 12115 | 1 |
(* Title: HOL/ex/ROOT.ML |
2 |
ID: $Id$ |
|
| 11586 | 3 |
|
| 12115 | 4 |
Miscellaneous examples for Higher-Order Logic. |
5 |
*) |
|
6 |
||
| 24528 | 7 |
no_document use_thys [ |
| 24478 | 8 |
"Parity", |
9 |
"GCD" |
|
10 |
]; |
|
11 |
||
12 |
use_thys [ |
|
13 |
"Higher_Order_Logic", |
|
14 |
"Abstract_NAT", |
|
15 |
"Guess", |
|
16 |
"Binary", |
|
17 |
"Recdefs", |
|
18 |
"Fundefs", |
|
19 |
"InductiveInvariant_examples", |
|
20 |
"Locales", |
|
21 |
"LocaleTest2", |
|
22 |
"Records", |
|
23 |
"MonoidGroup", |
|
24 |
"BinEx", |
|
25 |
"Hex_Bin_Examples", |
|
26 |
"Antiquote", |
|
27 |
"Multiquote", |
|
28 |
"PER", |
|
29 |
"NatSum", |
|
30 |
"ThreeDivides", |
|
31 |
"Intuitionistic", |
|
32 |
"CTL", |
|
33 |
"Arith_Examples", |
|
34 |
"BT", |
|
35 |
"MergeSort", |
|
36 |
"Puzzle", |
|
37 |
"Lagrange", |
|
38 |
"Groebner_Examples", |
|
39 |
"MT", |
|
40 |
"Unification", |
|
41 |
"Commutative_RingEx", |
|
42 |
"Commutative_Ring_Complete" |
|
43 |
]; |
|
| 21256 | 44 |
|
| 19438 | 45 |
no_document time_use_thy "Classpackage"; |
| 23271 | 46 |
|
47 |
no_document time_use_thy "Eval"; |
|
48 |
time_use_thy "Eval_Examples"; |
|
49 |
||
50 |
no_document time_use_thy "State_Monad"; |
|
51 |
no_document time_use_thy "Pretty_Int"; |
|
52 |
time_use_thy "Random"; |
|
53 |
||
| 23854 | 54 |
no_document time_use_thy "Efficient_Nat"; |
|
21911
e29bcab0c81c
added OCaml code generation (without dictionaries)
haftmann
parents:
21256
diff
changeset
|
55 |
no_document time_use_thy "Codegenerator"; |
| 24195 | 56 |
no_document time_use_thy "Codegenerator_Pretty"; |
| 19438 | 57 |
|
| 12360 | 58 |
|
| 24478 | 59 |
setmp proofs 2 time_use_thy "Hilbert_Classical"; |
60 |
||
| 12115 | 61 |
time_use_thy "Primrec"; |
| 24478 | 62 |
time_use_thy "Classical"; |
63 |
time_use_thy "set"; |
|
| 12115 | 64 |
|
| 24127 | 65 |
time_use_thy "Meson_Test"; |
|
23454
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23302
diff
changeset
|
66 |
time_use_thy "Dense_Linear_Order_Ex"; |
| 13880 | 67 |
time_use_thy "PresburgerEx"; |
| 23808 | 68 |
time_use_thy "Reflected_Presburger"; |
| 12115 | 69 |
|
| 20325 | 70 |
time_use_thy "Reflection"; |
| 12115 | 71 |
|
| 23502 | 72 |
time_use_thy "NBE"; |
73 |
||
| 14569 | 74 |
no_document use_thy "FuncSet"; |
| 12115 | 75 |
time_use_thy "Tarski"; |
76 |
||
| 12869 | 77 |
time_use_thy "SVC_Oracle"; |
| 12115 | 78 |
if_svc_enabled time_use_thy "svc_test"; |
| 14459 | 79 |
|
| 23191 | 80 |
(* requires a proof-generating SAT solver (zChaff or MiniSAT) to be *) |
81 |
(* installed: *) |
|
| 18678 | 82 |
try time_use_thy "SAT_Examples"; |
|
17618
1330157e156a
new sat tactic imports resolution proofs from zChaff
webertj
parents:
17505
diff
changeset
|
83 |
|
| 23191 | 84 |
(* requires zChaff (or some other reasonably fast SAT solver) to be *) |
85 |
(* installed: *) |
|
| 18408 | 86 |
if getenv "ZCHAFF_HOME" <> "" then |
87 |
time_use_thy "Sudoku" |
|
| 23191 | 88 |
else (); |
| 18408 | 89 |
|
| 14462 | 90 |
time_use_thy "Refute_Examples"; |
|
14592
dd1a2905ea73
Added theory with examples for quickcheck command.
berghofe
parents:
14569
diff
changeset
|
91 |
time_use_thy "Quickcheck_Examples"; |
| 19832 | 92 |
no_document time_use_thy "NormalForm"; |
|
14494
48ae8d678d88
Added bitvector library (Word) to HOL/Library and a theory using it (Adder)
skalberg
parents:
14482
diff
changeset
|
93 |
|
| 14569 | 94 |
no_document use_thy "Word"; |
|
14494
48ae8d678d88
Added bitvector library (Word) to HOL/Library and a theory using it (Adder)
skalberg
parents:
14482
diff
changeset
|
95 |
time_use_thy "Adder"; |
| 14569 | 96 |
|
| 17466 | 97 |
HTML.with_charset "utf-8" (no_document time_use_thy) "Hebrew"; |
| 17505 | 98 |
HTML.with_charset "utf-8" (no_document time_use_thy) "Chinese"; |