haddock-2.29.1: html-test/src/NoLayout.hs
{-# LANGUAGE Haskell2010 #-}
-- Haddock comments are parsed as separate declarations so we
-- need to insert a ';' when using them with explicit layout.
-- This should probably be changed.
module NoLayout where {
-- | the function 'g'
;
g :: Int;
g = undefined
}