packages feed

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

module Magic
    ( -- * Something
      -- $explanation

      -- ** Another level
      foo
    , bar
    )
where

{- $explanation

 Here it goes.
-}