packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/Test10309.hs

{-# LANGUAGE GADTs #-}
module Test10309 where

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