chore(tests/lean/ll_infer_type_bug): fix partial file manually
This commit is contained in:
parent
3ed67138d5
commit
5b296cbb33
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
def f : List Nat → Bool
|
||||
| [] := false
|
||||
| (a::as) := a > 0 && f as
|
||||
| [] => false
|
||||
| (a::as) => a > 0 && f as
|
||||
|
||||
#check f._main._cstage2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue