src/HOL/Extraction/ROOT.ML
author wenzelm
Sat, 21 Jan 2006 23:02:23 +0100
changeset 18731 3989c3c41983
parent 17024 ae4a8446df16
child 23854 688a8a7bcd4e
permissions -rw-r--r--
rename map_theory/proof to theory/proof_map; added separate map_theory/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;
   time_use_thy "QuotRem";
   time_use_thy "Warshall";
   time_use_thy "Higman";
   no_document time_use_thy "EfficientNat";
   time_use_thy "Pigeonhole");