lean4-htt/tests/lean/wf1.lean.expected.out
Leonardo de Moura b742f0005f chore: fix test
2021-10-06 19:58:29 -07:00

14 lines
377 B
Text

wf1.lean:1:4-1:5: error: fail to show termination for
g
with errors
argument #1 was not used for structural recursion
failed to eliminate recursive application
g (x - 1)
argument #2 was not used for structural recursion
insufficient number of parameters at recursive application
g (x - 1)
structural recursion cannot be used
'termination_by' modifier missing