src/HOL/Extraction/ROOT.ML
author wenzelm
Thu, 08 Nov 2007 14:51:28 +0100
changeset 25343 31c55418de5a
parent 24104 719fbe4fb77f
child 25374 7657a081fcb4
permissions -rw-r--r--
added const_proper;

(*  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"]);