summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA033.stderr
blob: 33efbbfb2b4934f48edfc761f6b5be2c942343aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

==================== Parser ====================
module ShouldCompile where
<document comment>
f 0 = 1
f 1 = 2
f 3 = 6
<document comment>
<document comment>



haddockA033.hs:5:1: warning: [GHC-94458] [-Winvalid-haddock]
    A Haddock comment cannot appear in this position and will be ignored.

haddockA033.hs:7:1: warning: [GHC-94458] [-Winvalid-haddock]
    A Haddock comment cannot appear in this position and will be ignored.