The following ```haskell foo = bar @'Bar ``` Gets reformatted to ```haskell foo = bar @ 'Bar ``` I can't reproduce this on https://ormolu-live.tweag.io/, so think it might be a Fourmolu specific bug.
The following
Gets reformatted to
I can't reproduce this on https://ormolu-live.tweag.io/, so think it might be a Fourmolu specific bug.