lean4-htt/old_tests/tests/lean/subst_bug.lean
2018-04-10 12:56:55 -07:00

5 lines
109 B
Text

open tactic
example (b1 b2 : bool) (h : b1 = ff) : b1 && b2 = ff :=
by do h ← get_local `h,
subst h