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
If you define a data constructor which is made up of : followed by symbols (that is, designed for infix use), hindent will strip away the parentheses around it, which becomes a syntax error.
I checked the issue tracker for existing issues about this problem.
Problem
If you define a data constructor which is made up of
:
followed by symbols (that is, designed for infix use),hindent
will strip away the parentheses around it, which becomes a syntax error.Input haskell
Expected output haskell
Actual output haskell
The text was updated successfully, but these errors were encountered: