lean4-htt/tests/lean/wf2.lean.expected.out
Leonardo de Moura 801552e1ac chore: fix tests
2022-03-14 10:05:33 -07:00

6 lines
310 B
Text

wf2.lean:3:8-3:17: error: failed to prove termination, possible solutions:
- Use `have`-expressions to prove the remaining goals
- Use `termination_by` to specify a different well-founded relation
- Use `decreasing_by` to specify your own tactic for discharging this kind of goal
x y : Nat
⊢ x - 1 < x