We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087af5b commit ef74954Copy full SHA for ef74954
Tools/mrbnf_sugar.ML
@@ -295,12 +295,10 @@ fun create_binder_datatype (spec : spec) lthy =
295
REPEAT_DETERM o (assume_tac ctxt ORELSE' resolve_tac ctxt @{thms UNIV_I UN_I singletonI TrueI}),
296
IF_UNSOLVED o EVERY' [
297
etac ctxt @{thm contrapos_pp},
298
- K (print_tac ctxt "bar"),
299
K (Local_Defs.unfold0_tac ctxt @{thms Un_iff de_Morgan_disj}),
300
REPEAT_DETERM o etac ctxt conjE,
301
assume_tac ctxt,
302
- TRY o rtac ctxt @{thm UNIV_I},
303
- K (print_tac ctxt "foo")
+ TRY o rtac ctxt @{thm UNIV_I}
304
],
305
IF_UNSOLVED o K no_tac
306
])) prems)
0 commit comments