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

==================== Parser ====================
module ShouldCompile where
data A
  = A |
    {-| comment for B -}
    forall a. B a a |
    forall a. Num a => C a {-^ comment for C -}