DEBSOURCES
Skip Quicknav
sources / haskell-ormolu / 0.8.0.0-1 / data / examples / module-header / preceding-comment-with-haddock.hs
12345678
{- Here we go. -} -- | This is the module's Haddock. module Main (main) where main = return ()