Open jsulmont opened 6 years ago
this is not a bug, even official orc doesn't have guards for lambda in their syntax definition (https://orc.csres.utexas.edu/documentation/html/refmanual/ref.syntax.EBNF.html)
what's the case of a guard for lambda? it can't have multiple clauses anyway, why not just put if
into lambda's body itself
the following code:
fails to compile: