1 2 3 4 5 6 7 8
{-# LANGUAGE Haskell2010 #-} module PR643_1 where infixr 5 `test` -- | Some big documentation test :: () test = ()