src/HOL/Proofs/Extraction/ROOT.ML
author wenzelm
Sun, 30 Jan 2011 13:02:18 +0100
changeset 41648 6d736d983d5c
parent 41413 64cd30d6b0b8
child 45047 3aa8d3c391a4
permissions -rw-r--r--
clarified example settings for Proof General;

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