fourmolu-0.10.0.0: data/examples/other/comment-spacing-four-out.hs
-- | Something.
foo ::
-- | Foo.
Int ->
-- | Bar.
IO ()
foo _ = pure () -- comment
-- | Something.
foo ::
-- | Foo.
Int ->
-- | Bar.
IO ()
foo _ = pure () -- comment