lean4-htt/tests/lean/tactic_failure.lean
2016-07-29 13:03:23 -07:00

4 lines
75 B
Text

open tactic
example (A B : Type) : B → A :=
by do intro `Hb, assumption