summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/haddock/should_compile_flag_haddock/haddockA027.stderr
blob: 67bf6528c0df5d128e7af51419d55de182fe1540 (plain)
1
2
3
4
5
6
7
8
9
10
11

==================== Parser ====================
module ShouldCompile where
test ::
  [a] <document comment>
  -> forall b. Ord b =>
     [b] <document comment>
     -> forall c. Num c => [c] <document comment> -> [a]
test xs ys zs = xs