Safe HaskellSafe-Inferred
LanguageHaskell2010

GADTRecords

Synopsis

Documentation

data H1 a b where #

h1

Constructors

C1 :: forall a b. H1 a b 
C2 :: forall a. Ord a => [a] -> H1 a a 
C3 

Fields

C4 

Fields

  • :: forall b. { field2 :: b

    hello2 docs

  •    } -> H1 Int b