src/HOL/Extraction/ROOT.ML
author wenzelm
Tue, 06 Nov 2007 22:50:36 +0100
changeset 25318 c8352b38d47d
parent 24104 719fbe4fb77f
child 25374 7657a081fcb4
permissions -rw-r--r--
synchronize_syntax: declare operations within the local scope of fixes/consts (still inactive -- breaks rogue type-inference of rule_tac/where/of);

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