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

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