packages feed

fourmolu-0.10.0.0: data/examples/module-header/named-section-four-out.hs

module Magic (
    -- * Something
    -- $explanation

    -- ** Another level
    foo,
    bar,
)
where

{- $explanation

Here it goes.
-}