ConstructorArgs
data Foo infixr 1 #
Constructors
doc on a record
Fields
doc on the String field of Rec
String
Rec
old prefix doc style
doc on the Boa constrictor
Boa
doc on the Int field of Boa
Int
doc on the String field of Boa
old infix doc style
doc on the :* constructor
:*
doc on the Int field of the :* constructor
doc on the String field of the :* constructor
data Boo where infixr 4 #
Info about a Foo
Foo
Int field of Foo
String field of Foo
Make a Boo
Boo
no argument docs GADT
Bundled Patterns
Info about bundled Fo
Fo
an Int
a String
a Boo
Bundled and no argument docs
pattern Bo infixr 6 #
Arguments
a Boo pattern
Info about not-bundled Bo
Bo
pattern Bo' :: Int -> String -> Boo #
Not bunded and no argument docs