src/HOL/Extraction/ROOT.ML
author haftmann
Tue, 30 Oct 2007 08:45:55 +0100
changeset 25231 1aa9c8f022d0
parent 24104 719fbe4fb77f
child 25374 7657a081fcb4
permissions -rw-r--r--
simplified proof

(*  Title:      HOL/Extraction/ROOT.ML
    ID:         $Id$

Examples for program extraction in Higher-Order Logic.
*)

if HOL_proofs < 2 then
  warning "HOL proof terms required for running extraction examples"
else
  (proofs := 2;
   no_document time_use_thy "Efficient_Nat";
   use_thys ["QuotRem", "Warshall", "Higman", "Pigeonhole"]);