src/HOL/Tools/ATP/atp_proof_reconstruct.ML
changeset 46367 723343a03abe
parent 46365 547d1a1dcaf6
child 46427 4fd25dadbd94
--- a/src/HOL/Tools/ATP/atp_proof_reconstruct.ML	Mon Jan 30 17:15:59 2012 +0100
+++ b/src/HOL/Tools/ATP/atp_proof_reconstruct.ML	Mon Jan 30 17:15:59 2012 +0100
@@ -179,8 +179,8 @@
         is_axiom_used_in_proof is_lam_lifted atp_proof) of
     (false, false) => default
   | (false, true) => liftingN
-  | (true, false) => combsN
-  | (true, true) => combs_and_liftingN
+(*  | (true, true) => combs_and_liftingN -- not supported by "metis" *)
+  | (true, _) => combsN
 
 val is_typed_helper_name =
   String.isPrefix helper_prefix andf String.isSuffix typed_helper_suffix