Currently, Liquidity imposes some constraints on recursive function definitions
- Recursive functions can only be tail-recursive.
- Recursive functions take a single argument.
Are there any plans to improve the support for recursive functions and remove these constraints?