fourmolu-0.0.6.0: data/examples/module-header/named-section.hs
module Magic
( -- * Something
-- $explanation
-- ** Another level
foo
, bar
)
where
-- $explanation
--
-- Here it goes.
module Magic
( -- * Something
-- $explanation
-- ** Another level
foo
, bar
)
where
-- $explanation
--
-- Here it goes.