| author | wenzelm |
| Wed, 24 Oct 2007 19:21:40 +0200 | |
| changeset 25174 | d70d6dbc3a60 |
| parent 24104 | 719fbe4fb77f |
| child 25374 | 7657a081fcb4 |
| permissions | -rw-r--r-- |
| 13405 | 1 |
(* Title: HOL/Extraction/ROOT.ML |
2 |
ID: $Id$ |
|
3 |
||
4 |
Examples for program extraction in Higher-Order Logic. |
|
5 |
*) |
|
6 |
||
7 |
if HOL_proofs < 2 then |
|
8 |
warning "HOL proof terms required for running extraction examples" |
|
9 |
else |
|
10 |
(proofs := 2; |
|
| 23854 | 11 |
no_document time_use_thy "Efficient_Nat"; |
| 24104 | 12 |
use_thys ["QuotRem", "Warshall", "Higman", "Pigeonhole"]); |