lean4-htt/tests/lean/guessLexTricky.lean.expected.out
Joachim Breitner b9c4a7e51d
feat: termination_by? (#3514)
the user can now write `termination_by?` to see the termination argument
inferred by GuessLex, and turn it into `termination_by …` using the “Try
this” widget or a code action.

To be done later, maybe: Avoid writing `sizeOf` if it's not necessary.
2024-02-28 10:53:17 +00:00

6 lines
189 B
Text

Inferred termination argument:
termination_by (sizeOf y, 1, 0)
Inferred termination argument:
termination_by (sizeOf y, 0, 1)
Inferred termination argument:
termination_by (sizeOf y, 0, 0)