summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations/Test10309.hs
blob: 75f18a9b71bbe29e1ad16da52f4e9b617673c32f (plain)
1
2
3
4
5
6
{-# LANGUAGE GADTs #-}
module Test10309 where

data H1 a b where
  C3 :: (Num a) => { field :: a -- ^ hello docs
                   } -> H1 Int Int