ghc-6.12.1: The GHC API
Source code
Contents
Index
ExternalCore
Documentation
data
Module
Source
Constructors
Module
Mname
[
Tdef
] [
Vdefg
]
data
Tdef
Source
Constructors
Data
(
Qual
Tcon
) [
Tbind
] [
Cdef
]
Newtype
(
Qual
Tcon
) (
Qual
Tcon
) [
Tbind
]
Ty
data
Cdef
Source
Constructors
Constr
(
Qual
Dcon
) [
Tbind
] [
Ty
]
GadtConstr
(
Qual
Dcon
)
Ty
data
Vdefg
Source
Constructors
Rec
[
Vdef
]
Nonrec
Vdef
type
Vdef
= (
Bool
,
Qual
Var
,
Ty
,
Exp
)
Source
data
Exp
Source
Constructors
Var
(
Qual
Var
)
Dcon
(
Qual
Dcon
)
Lit
Lit
App
Exp
Exp
Appt
Exp
Ty
Lam
Bind
Exp
Let
Vdefg
Exp
Case
Exp
Vbind
Ty
[
Alt
]
Cast
Exp
Ty
Note
String
Exp
External
String
String
Ty
DynExternal
String
Ty
Label
String
data
Bind
Source
Constructors
Vb
Vbind
Tb
Tbind
data
Alt
Source
Constructors
Acon
(
Qual
Dcon
) [
Tbind
] [
Vbind
]
Exp
Alit
Lit
Exp
Adefault
Exp
type
Vbind
= (
Var
,
Ty
)
Source
type
Tbind
= (
Tvar
,
Kind
)
Source
data
Ty
Source
Constructors
Tvar
Tvar
Tcon
(
Qual
Tcon
)
Tapp
Ty
Ty
Tforall
Tbind
Ty
TransCoercion
Ty
Ty
SymCoercion
Ty
UnsafeCoercion
Ty
Ty
InstCoercion
Ty
Ty
LeftCoercion
Ty
RightCoercion
Ty
data
Kind
Source
Constructors
Klifted
Kunlifted
Kunboxed
Kopen
Karrow
Kind
Kind
Keq
Ty
Ty
data
Lit
Source
Constructors
Lint
Integer
Ty
Lrational
Rational
Ty
Lchar
Char
Ty
Lstring
String
Ty
type
Mname
=
Id
Source
type
Var
=
Id
Source
type
Tvar
=
Id
Source
type
Tcon
=
Id
Source
type
Dcon
=
Id
Source
type
Qual
t = (
Mname
, t)
Source
type
Id
=
String
Source
primMname
::
Mname
Source
tcArrow
::
Qual
Tcon
Source
Produced by
Haddock
version 2.6.0