summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.hs
blob: ff88ec70b2d113c52c63387ad72367e8366c85b6 (plain)
1
2
3
4
5
6
7
8
module ShouldCompile where

data a <--> b = Mk a b

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