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
Don't check for Haskell's "curly braces" indentation
PureScript doesn't support "curly braces" mode as Haskell does, so the
only thing the code did was introducing some bug where mixing let-in
and case-of statements were breaking indentation.
Credits to @purefunctor for the solution.
Fixes: #12
0 commit comments