summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA027.stderr
blob: 10e88d2bfcf84a9579dae9ab522668bff9c2467b (plain)
1
2
3
4
5
6
7
8
9
10

==================== Parser ====================
module ShouldCompile where
test ::
  [a]  doc1 
  -> forall b. Ord b =>
     [b]  doc2  -> forall c. Num c => [c]  doc3 -> [a]
test xs ys zs = xs