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

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