ormolu-0.0.2.0: data/examples/module-header/preceding-comment-with-haddock.hs
{-
Here we go.
-}
-- | This is the module's Haddock.
module Main (main) where
main = return ()
{-
Here we go.
-}
-- | This is the module's Haddock.
module Main (main) where
main = return ()