You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated code is correct, but it looks dumb when these extra parens are included. The reasons have to do with operator precedence as well as some additional quirks of Java codegen.
The text was updated successfully, but these errors were encountered:
Both in Haskell and Java code generation, Hydra is currently over-cautious about parenthesization, leading to expressions like:
and
The generated code is correct, but it looks dumb when these extra parens are included. The reasons have to do with operator precedence as well as some additional quirks of Java codegen.
The text was updated successfully, but these errors were encountered: