src/HOL/Extraction/ROOT.ML
changeset 24104 719fbe4fb77f
parent 23854 688a8a7bcd4e
child 25374 7657a081fcb4
equal deleted inserted replaced
24103:c13243a11e37 24104:719fbe4fb77f
     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   (proofs := 2;
    10   (proofs := 2;
    11    time_use_thy "QuotRem";
       
    12    time_use_thy "Warshall";
       
    13    time_use_thy "Higman";
       
    14    no_document time_use_thy "Efficient_Nat";
    11    no_document time_use_thy "Efficient_Nat";
    15    time_use_thy "Pigeonhole");
    12    use_thys ["QuotRem", "Warshall", "Higman", "Pigeonhole"]);