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
Obviously it's because AST in GHC is a total mess. Anyway, we need to fix this:
dataFoo=FooderivingBar
Currently this example results in an error. If Bar is inside of parentheses in original input, it all works. The solution would be perhaps to preserve absence of parentheses in that case.
Low priority for now.
The text was updated successfully, but these errors were encountered:
Obviously it's because AST in GHC is a total mess. Anyway, we need to fix this:
Currently this example results in an error. If
Bar
is inside of parentheses in original input, it all works. The solution would be perhaps to preserve absence of parentheses in that case.Low priority for now.
The text was updated successfully, but these errors were encountered: