Skip to content

Commit 3699847

Browse files
committed
Merge branch 'master' of github.com:jvanbruegge/binder_datatypes
2 parents 24212c7 + ef74954 commit 3699847

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Tools/mrbnf_sugar.ML

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,10 @@ fun create_binder_datatype (spec : spec) lthy =
295295
REPEAT_DETERM o (assume_tac ctxt ORELSE' resolve_tac ctxt @{thms UNIV_I UN_I singletonI TrueI}),
296296
IF_UNSOLVED o EVERY' [
297297
etac ctxt @{thm contrapos_pp},
298-
K (print_tac ctxt "bar"),
299298
K (Local_Defs.unfold0_tac ctxt @{thms Un_iff de_Morgan_disj}),
300299
REPEAT_DETERM o etac ctxt conjE,
301300
assume_tac ctxt,
302-
TRY o rtac ctxt @{thm UNIV_I},
303-
K (print_tac ctxt "foo")
301+
TRY o rtac ctxt @{thm UNIV_I}
304302
],
305303
IF_UNSOLVED o K no_tac
306304
])) prems)

0 commit comments

Comments
 (0)