test: add injection notation test

This commit is contained in:
Leonardo de Moura 2020-10-29 20:41:33 -07:00
parent 0032578d5b
commit 84de2e4a5b

View file

@ -0,0 +1,4 @@
theorem ex1 (n m : Nat) : some n = some m → n = m := by
intro h
injection h with h
exact h