Contents
Index
HsExpStruct
Synopsis
data
EI
i e p ds t c
=
HsId
(
HsIdentI
i)
|
HsLit
SrcLoc
HsLiteral
|
HsInfixApp
e (
HsIdentI
i) e
|
HsApp
e e
|
HsNegApp
SrcLoc
e
|
HsLambda
[p] e
|
HsLet
ds e
|
HsIf
e e e
|
HsCase
e [
HsAlt
e p ds]
|
HsDo
(
HsStmt
e p ds)
|
HsTuple
[e]
|
HsList
[e]
|
HsParen
e
|
HsLeftSection
e (
HsIdentI
i)
|
HsRightSection
(
HsIdentI
i) e
|
HsRecConstr
i (
HsFieldsI
i e)
|
HsRecUpdate
e (
HsFieldsI
i e)
|
HsEnumFrom
e
|
HsEnumFromTo
e e
|
HsEnumFromThen
e e
|
HsEnumFromThenTo
e e e
|
HsListComp
(
HsStmt
e p ds)
|
HsExpTypeSig
SrcLoc
e c t
|
HsAsPat
i e
|
HsWildCard
|
HsIrrPat
e
data
HsStmt
e p ds
=
HsGenerator
SrcLoc
p e (
HsStmt
e p ds)
|
HsQualifier
e (
HsStmt
e p ds)
|
HsLetStmt
ds (
HsStmt
e p ds)
|
HsLast
e
Produced by
Haddock
version 0.6