src/HOL/Extraction/ROOT.ML
author wenzelm
Wed, 24 Oct 2007 19:21:40 +0200
changeset 25174 d70d6dbc3a60
parent 24104 719fbe4fb77f
child 25374 7657a081fcb4
permissions -rw-r--r--
be explicit about .ML files;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13405
d20a4e67afc8 Examples for program extraction in HOL.
berghofe
parents:
diff changeset
     1
(*  Title:      HOL/Extraction/ROOT.ML
d20a4e67afc8 Examples for program extraction in HOL.
berghofe
parents:
diff changeset
     2
    ID:         $Id$
d20a4e67afc8 Examples for program extraction in HOL.
berghofe
parents:
diff changeset
     3
d20a4e67afc8 Examples for program extraction in HOL.
berghofe
parents:
diff changeset
     4
Examples for program extraction in Higher-Order Logic.
d20a4e67afc8 Examples for program extraction in HOL.
berghofe
parents:
diff changeset
     5
*)
d20a4e67afc8 Examples for program extraction in HOL.
berghofe
parents:
diff changeset
     6
d20a4e67afc8 Examples for program extraction in HOL.
berghofe
parents:
diff changeset
     7
if HOL_proofs < 2 then
d20a4e67afc8 Examples for program extraction in HOL.
berghofe
parents:
diff changeset
     8
  warning "HOL proof terms required for running extraction examples"
d20a4e67afc8 Examples for program extraction in HOL.
berghofe
parents:
diff changeset
     9
else
d20a4e67afc8 Examples for program extraction in HOL.
berghofe
parents:
diff changeset
    10
  (proofs := 2;
23854
688a8a7bcd4e uniform naming conventions for CG theories
haftmann
parents: 17024
diff changeset
    11
   no_document time_use_thy "Efficient_Nat";
24104
719fbe4fb77f simultaneous use_thys;
wenzelm
parents: 23854
diff changeset
    12
   use_thys ["QuotRem", "Warshall", "Higman", "Pigeonhole"]);