haddock-2.29.1: html-test/src/PR643_1.hs
{-# LANGUAGE Haskell2010 #-}
module PR643_1 where
infixr 5 `test`
-- | Some big documentation
test :: ()
test = ()
{-# LANGUAGE Haskell2010 #-}
module PR643_1 where
infixr 5 `test`
-- | Some big documentation
test :: ()
test = ()