parent
e22d2f6cb1
commit
6fe8a0e179
1 changed files with 6 additions and 0 deletions
6
tests/lean/run/29.lean
Normal file
6
tests/lean/run/29.lean
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
new_frontend
|
||||
|
||||
def foo : Nat -> Nat -> Nat -> List Nat
|
||||
| _, _, 0 => [1]
|
||||
| 0, _, _ => [2]
|
||||
| n, d, k+1 => foo n d k
|
||||
Loading…
Add table
Reference in a new issue