# HG changeset patch # User wenzelm # Date 1281992188 -7200 # Node ID f55e77f623ab3f6f2ee42b535d345f455d80aee9 # Parent 9d59dab38feff5acbd96ebe4d17c63d9e5630d0f HOL-Proofs-Extraction: some workaround to make it work in low-memory situations (e.g. atbroy102 with as little as 1GB heap space); diff -r 9d59dab38fef -r f55e77f623ab src/HOL/Extraction/ROOT.ML --- a/src/HOL/Extraction/ROOT.ML Mon Aug 16 18:20:36 2010 +0200 +++ b/src/HOL/Extraction/ROOT.ML Mon Aug 16 22:56:28 2010 +0200 @@ -1,4 +1,6 @@ (* Examples for program extraction in Higher-Order Logic *) -no_document use_thys ["Efficient_Nat", "Monad_Syntax", "~~/src/HOL/Number_Theory/UniqueFactorization"]; +no_document use_thys ["Efficient_Nat", "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"];