src/HOL/TPTP/mash_export.ML
changeset 57532 c7dc1f0a2b8a
parent 57457 b2bafc09b7e7
child 58204 83a8570b44bc
--- a/src/HOL/TPTP/mash_export.ML	Wed Jul 09 11:35:52 2014 +0200
+++ b/src/HOL/TPTP/mash_export.ML	Wed Jul 09 11:35:52 2014 +0200
@@ -284,8 +284,8 @@
        not (Config.get ctxt Sledgehammer_MaSh.duplicates) ? Sledgehammer_Fact.drop_duplicate_facts
        #> Sledgehammer_MePo.mepo_suggested_facts ctxt params max_suggs NONE hyp_ts concl_t)
 
-fun generate_mash_suggestions engine =
-  (Options.put_default @{system_option MaSh} engine;
+fun generate_mash_suggestions algorithm =
+  (Options.put_default @{system_option MaSh} algorithm;
    Sledgehammer_MaSh.mash_unlearn ();
    generate_mepo_or_mash_suggestions
      (fn ctxt => fn thy => fn params as {provers = prover :: _, ...} => fn max_suggs => fn hyp_ts =>