Contents
Index
HsDeclStruct
Synopsis
data
DI
i e p ds t c tp
=
HsTypeDecl
SrcLoc
tp t
|
HsNewTypeDecl
SrcLoc
c tp (
HsConDeclI
i t c) [i]
|
HsDataDecl
SrcLoc
c tp [
HsConDeclI
i t c] [i]
|
HsClassDecl
SrcLoc
c tp (
HsFunDeps
i) ds
|
HsInstDecl
SrcLoc
(Maybe i) c t ds
|
HsDefaultDecl
SrcLoc
[t]
|
HsTypeSig
SrcLoc
[i] c t
|
HsFunBind
SrcLoc
[
HsMatchI
i e p ds]
|
HsPatBind
SrcLoc
p (
HsRhs
e) ds
|
HsInfixDecl
SrcLoc
HsFixity
[
HsIdentI
i]
|
HsPrimitiveTypeDecl
SrcLoc
c tp
|
HsPrimitiveBind
SrcLoc
i t
data
HsMatchI
i e p ds =
HsMatch
SrcLoc
i [p] (
HsRhs
e) ds
data
HsConDeclI
i t c
=
HsConDecl
SrcLoc
[i] c i [
HsBangType
t]
|
HsRecDecl
SrcLoc
[i] c i [([i],
HsBangType
t)]
data
HsBangType
t
=
HsBangedType
t
|
HsUnBangedType
t
type
HsFunDeps
v = [
HsFunDep
v]
type
HsFunDep
v = ([v], [v])
Produced by
Haddock
version 0.6