src/HOL/Extraction/ROOT.ML
changeset 25420 0fe95159787a
parent 25374 7657a081fcb4
child 32479 521cc9bf2958
equal deleted inserted replaced
25419:e6a56be0ccaa 25420:0fe95159787a
     6 
     6 
     7 if HOL_proofs < 2 then
     7 if HOL_proofs < 2 then
     8   warning "HOL proof terms required for running extraction examples"
     8   warning "HOL proof terms required for running extraction examples"
     9 else
     9 else
    10   (Proofterm.proofs := 2;
    10   (Proofterm.proofs := 2;
    11    no_document time_use_thy "Efficient_Nat";
    11    no_document use_thys ["Efficient_Nat", "~~/src/HOL/NumberTheory/Factorization"];
    12    use_thys ["QuotRem", "Warshall", "Higman", "Pigeonhole"]);
    12    use_thys ["Greatest_Common_Divisor", "Warshall", "Higman", "Pigeonhole", "Euclid"]);