Open annenkov opened 2 years ago
The support of recursive functions of multiple arguments has been added to LIGO: https://gitlab.com/ligolang/ligo/-/issues/1248
The pretty-printer could be simplified because wrapping multiple arguments in a tuple is no longer required.
Here is the release that supports curried recursive functions: https://gitlab.com/ligolang/ligo/-/releases/0.35.0
The support of recursive functions of multiple arguments has been added to LIGO: https://gitlab.com/ligolang/ligo/-/issues/1248
The pretty-printer could be simplified because wrapping multiple arguments in a tuple is no longer required.