lean2/tests/lean/run/constr_tac2.lean

8 lines
95 B
Text
Raw Normal View History

open nat
example (n m : ) (H : n < m) : n < succ m :=
begin
constructor 2,
exact H
end