4 lines
75 B
Text
4 lines
75 B
Text
open tactic
|
|
|
|
example (A B : Type) : B → A :=
|
|
by do intro `Hb, assumption
|