summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_noflag_haddock/haddockC026.hs
blob: cc2d8bfae559bfe17cddd68b20018ad831df6d12 (plain)
1
2
3
4
5
6
module ShouldCompile where

test :: (Eq a) => [a] -- ^ doc1 
               -> forall b . [b] {-^ doc2 -} 
               -> [a] -- ^ doc3
test xs ys = xs