lean4-htt/tests/lean/guessLexTricky2.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

4 lines
168 B
Text

Inferred termination argument:
termination_by x1 x2 x3 => (sizeOf x1, sizeOf x2, 0)
Inferred termination argument:
termination_by x1 x2 x3 => (sizeOf x1, sizeOf x2, 1)