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

==================== Parser ====================
module T11768 where
data Foo
  = Foo
  deriving Eq  Documenting a single type
data Bar
  = Bar
  deriving (Eq  Documenting one of multiple types, Ord)
<document comment>
deriving instance Read Bar