more accurate context;
authorwenzelm
Sun, 30 Nov 2014 15:11:50 +0100
changeset 59069 ec6ce25a630d
parent 59068 8606f2ee11b1
child 59070 c67c0a729c2d
child 59071 4af6060734d5
more accurate context;
src/ZF/Tools/inductive_package.ML
--- a/src/ZF/Tools/inductive_package.ML	Sun Nov 30 14:43:00 2014 +0100
+++ b/src/ZF/Tools/inductive_package.ML	Sun Nov 30 15:11:50 2014 +0100
@@ -230,7 +230,7 @@
      REPEAT (FIRSTGOAL (        dresolve_tac rec_typechecks
                         ORELSE' eresolve_tac (asm_rl :: @{thm PartE} :: @{thm SigmaE2} ::
                                               type_elims)
-                        ORELSE' hyp_subst_tac ctxt1)),
+                        ORELSE' hyp_subst_tac ctxt)),
      if !Ind_Syntax.trace then print_tac ctxt "The subgoal after monos, type_elims:"
      else all_tac,
      DEPTH_SOLVE (swap_res_tac ctxt (@{thm SigmaI} :: @{thm subsetI} :: type_intrs) 1)];