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

4 lines
75 B
Text

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