summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA023.stderr
blob: ad21cc37ba6e01c44eeba392ff5eacb8948e1926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

==================== Parser ====================
module ShouldCompile where
test ::
  (Eq a) =>
  -- | doc1
  [a]
  -> [a] {-^ doc2 -}
     -> -- | doc3
        [a]
test xs ys = xs