src/HOL/Extraction/ROOT.ML
author wenzelm
Tue, 31 Jul 2007 13:30:35 +0200
changeset 24085 cbad32e7ab40
parent 23854 688a8a7bcd4e
child 24104 719fbe4fb77f
permissions -rw-r--r--
added configuration options;

(*  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;
   time_use_thy "QuotRem";
   time_use_thy "Warshall";
   time_use_thy "Higman";
   no_document time_use_thy "Efficient_Nat";
   time_use_thy "Pigeonhole");