Closed
Description
A function defined in the where
block cannot call itself. Compiler properly detects the situation but errors with:
Recursion is not supported at this time by the language.
It's a common pattern to call a helper function that receives more arguments than a module function. I think we should have it. What are the obstacles?