test: add injection notation test
This commit is contained in:
parent
0032578d5b
commit
84de2e4a5b
1 changed files with 4 additions and 0 deletions
4
tests/lean/run/injIssue.lean
Normal file
4
tests/lean/run/injIssue.lean
Normal 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
|
||||
Loading…
Add table
Reference in a new issue