summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/haddock/should_compile_flag_haddock/haddockA023.hs
blob: e197a6b48f78a623c63a0996e3328a82b5de2cb8 (plain)
1
2
3
4
5
6
module ShouldCompile where

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