aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/PR643_1.hs
blob: 67dabee3c4a8aa948e5af95e97a39a661dce65d2 (plain) (blame)
1
2
3
4
5
6
7
8
{-# LANGUAGE Haskell2010 #-}
module PR643_1 where

infixr 5 `test`

-- | Some big documentation
test :: ()
test = ()