summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/haddock/should_compile_noflag_haddock/haddockC025.hs
blob: c53ae7bb3eee38141f940fa705575fa31aae1221 (plain)
1
2
3
4
5
module ShouldCompile where

test2 :: a -- ^ doc1 
         -> a 
test2 x = x