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

==================== Parser ====================
module T16585 where
data F a
  where
    X :: -- | comment
         !Int ->
         F Int