blob: 383507dd06ffa97bb74f065fdacaf0d98cc19e17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
==================== Parser ====================
module T8944 where
import Data.Maybe ()
import Data.Functor ()
data F
= F -- | Comment for the first argument
() ()
T8944.hs:4:1: warning: [GHC-94458] [-Winvalid-haddock]
A Haddock comment cannot appear in this position and will be ignored.
|