summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA024.hs
blob: 9e069c322c9cae4753cdc914db2ba88c0eb10f32 (plain)
1
2
3
4
5
module ShouldCompile where

test2 :: a -- ^ doc1 
        -> b {-^ doc2 -} -> a -- ^ doc 3 
test2 x y = x