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

test :: [a] -- ^ doc1 
        -> a <--> b   
        -> [a] -- ^ doc3
test xs ys = xs