ghc-exactprint-0.5.3.1: tests/examples/ghc80/Test10309.hs
{-# LANGUAGE GADTs #-}
module Test10309 where
data H1 a b where
C3 :: (Num a) => { field :: a -- ^ hello docs
} -> H1 Int Int
{-# LANGUAGE GADTs #-}
module Test10309 where
data H1 a b where
C3 :: (Num a) => { field :: a -- ^ hello docs
} -> H1 Int Int