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
func =
[ abc x y
| _ <- aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-- comment
, x <- bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
, y <- ccccccccccccccccccccccccccccccccccc
]
Each roundtrip through brittany will decrease the indentation of the comment.
Currently I cannot think of an easy fix on brittany's end for this because the ghc-exactprint interface is a bit unfortunate for this usecase. I have raised alanz/ghc-exactprint#53.
The text was updated successfully, but these errors were encountered:
Each roundtrip through brittany will decrease the indentation of the comment.
Currently I cannot think of an easy fix on brittany's end for this because the
ghc-exactprint
interface is a bit unfortunate for this usecase. I have raised alanz/ghc-exactprint#53.The text was updated successfully, but these errors were encountered: