Safe HaskellSafe

ConstructorArgs

Synopsis

Documentation

data Foo infixr 1 #

Constructors

Rec

doc on a record

Fields

Baz Int String

old prefix doc style

Boa infixr 2

doc on the Boa constrictor

Fields

Int :| String

old infix doc style

(:*) infixr 3

doc on the :* constructor

Fields

data Boo where infixr 4 #

Constructors

Foo infixr 1

Info about a Foo

Fields

Foa :: Int -> Boo

no argument docs GADT

Bundled Patterns

pattern Fo infixr 5

Info about bundled Fo

Fields

pattern Fo' :: Boo

Bundled and no argument docs

pattern Bo infixr 6 #

Arguments

:: Int

an Int

-> String

a String

-> Boo

a Boo pattern

Info about not-bundled Bo

pattern Bo' :: Int -> String -> Boo #

Not bunded and no argument docs