lean4-htt/tests/lean/run/injIssue.lean
2020-10-29 20:41:33 -07:00

4 lines
99 B
Text

theorem ex1 (n m : Nat) : some n = some m → n = m := by
intro h
injection h with h
exact h