Results 189 comments of Taylor Fausak

I think the root issue here is similar to #79 in that it requires dealing with operator precedence and fixity. Also one that is known it would be possible to...

Sorry, I do not have a workaround for this. I don't know where exactly to look for this behavior. It certainly changed as part of #357, but lots of things...

I suspect the same problems show up with regular lists as well.

This is similar to #79 and #85 except that it deals with patterns rather than expressions.

I was not able to reproduce this error. Which version of Brittany are you using? ``` sh # cat issue-310.hs data Email (a :: k) = Email UserName Domain data...

This sounds related to #295. Both involve pragma comments mysteriously disappearing from things.

I'm not sure exactly. Brittany doesn't officially support GHC 9.0.1 (#352), but I'm not sure that's the issue here.

Version [0.14](https://github.com/tfausak/brittany/releases/tag/0.14.0.0) of Brittany supports GHC 9.0. Also it has precompiled binaries for Linux, so you could give those a try.

I typically use this as a starting point: ``` yaml conf_layout: lconfig_columnAlignMode: tag: ColumnAlignModeDisabled lconfig_indentPolicy: IndentPolicyLeft ```

There's a lot to unpack there. Can you identify separate issues specifically?