equal
deleted
inserted
replaced
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"]); |