src/HOL/Tools/Function/scnp_reconstruct.ML
changeset 59498 50b60f501b05
parent 59159 9312710451f5
child 59582 0fbed69ff081
--- a/src/HOL/Tools/Function/scnp_reconstruct.ML	Tue Feb 10 14:29:36 2015 +0100
+++ b/src/HOL/Tools/Function/scnp_reconstruct.ML	Tue Feb 10 14:48:26 2015 +0100
@@ -282,7 +282,7 @@
          THEN PRIMITIVE (instantiate' [] [SOME level_mapping])
          THEN unfold_tac ctxt @{thms rp_inv_image_def}
          THEN Local_Defs.unfold_tac ctxt @{thms split_conv fst_conv snd_conv}
-         THEN REPEAT (SOMEGOAL (resolve_tac [@{thm Un_least}, @{thm empty_subsetI}]))
+         THEN REPEAT (SOMEGOAL (resolve_tac ctxt [@{thm Un_least}, @{thm empty_subsetI}]))
          THEN EVERY (map (prove_lev true) sl)
          THEN EVERY (map (prove_lev false) (subtract (op =) sl (0 upto length cs - 1))))
     end