src/HOL/Proofs/Extraction/ROOT.ML
author blanchet
Fri, 27 May 2011 10:30:08 +0200
changeset 43013 3a95b1ae796d
parent 41413 64cd30d6b0b8
child 45047 3aa8d3c391a4
permissions -rw-r--r--
shorten minimizer command further, exploiting until-now-undocumented syntax

(* Examples for program extraction in Higher-Order Logic *)

no_document use_thys [
  "~~/src/HOL/Library/Efficient_Nat",
  "~~/src/HOL/Library/Monad_Syntax",
  "~~/src/HOL/Number_Theory/Primes"
];

share_common_data ();

no_document use_thys ["~~/src/HOL/Number_Theory/UniqueFactorization"];
use_thys ["Greatest_Common_Divisor", "Warshall", "Higman", "Pigeonhole", "Euclid"];