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.
4 lines
168 B
Text
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)
|