chore: fix test
This commit is contained in:
parent
30ba56126b
commit
55157a3108
1 changed files with 8 additions and 6 deletions
|
|
@ -1,6 +1,8 @@
|
|||
283.lean:1:4-1:5: error: fail to show termination for
|
||||
f
|
||||
with errors
|
||||
structural recursion cannot be used
|
||||
|
||||
well founded recursion has not been implemented yet
|
||||
283.lean:1:22-1:25: error: application type mismatch
|
||||
f (f ?m)
|
||||
argument
|
||||
f ?m
|
||||
has type
|
||||
?m : Sort ?u
|
||||
but is expected to have type
|
||||
optParam (Sort ?u) t : Type ?u
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue