summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/T16585.hs
blob: 2132c0edb2304676aca7ef3a463f096e5fab0577 (plain)
1
2
3
4
5
6
{-# LANGUAGE GADTs #-}
module T16585 where
data F a where
  X :: !Int -- ^ comment
    -> F Int