src/HOL/Extraction/ROOT.ML
author haftmann
Tue, 21 Jul 2009 07:54:44 +0200
changeset 32115 8f10fb3bb46e
parent 25420 0fe95159787a
child 32479 521cc9bf2958
permissions -rw-r--r--
swapped bootstrap order of UNION/Union and INTER/Inter in theory Set

(*  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
  (Proofterm.proofs := 2;
   no_document use_thys ["Efficient_Nat", "~~/src/HOL/NumberTheory/Factorization"];
   use_thys ["Greatest_Common_Divisor", "Warshall", "Higman", "Pigeonhole", "Euclid"]);