test(tests/lean/run): add test for <d
notation
see issue #695 remark: we have to fix the tutorial the ASCII notation for fold is `<d` instead of `<D`
This commit is contained in:
parent
1b864a838f
commit
ecfc01b2d0
1 changed files with 3 additions and 0 deletions
3
tests/lean/run/695e.lean
Normal file
3
tests/lean/run/695e.lean
Normal file
|
@ -0,0 +1,3 @@
|
|||
open nat
|
||||
example (n : ℕ) : n + 1 = succ n :=
|
||||
by rewrite [<d n+1]
|
Loading…
Reference in a new issue