packages feed

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.
-}