lean4-htt/tests/lean/subst_bug.lean
2016-08-16 11:19:06 -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