fourmolu-0.2.0.0: data/examples/module-header/named-section-four-out.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.
-}