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.
6 lines
189 B
Text
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)
|