haddock-2.25.0: 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 = ()