ghc-6.12.2: The GHC APISource codeContentsIndex
ExternalCore
Documentation
data Module Source
Constructors
Module Mname [Tdef] [Vdefg]
show/hide Instances
data Tdef Source
Constructors
Data (Qual Tcon) [Tbind] [Cdef]
Newtype (Qual Tcon) (Qual Tcon) [Tbind] Ty
show/hide Instances
data Cdef Source
Constructors
Constr (Qual Dcon) [Tbind] [Ty]
GadtConstr (Qual Dcon) Ty
show/hide Instances
data Vdefg Source
Constructors
Rec [Vdef]
Nonrec Vdef
show/hide Instances
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
show/hide Instances
data Bind Source
Constructors
Vb Vbind
Tb Tbind
data Alt Source
Constructors
Acon (Qual Dcon) [Tbind] [Vbind] Exp
Alit Lit Exp
Adefault Exp
show/hide Instances
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
show/hide Instances
data Kind Source
Constructors
Klifted
Kunlifted
Kunboxed
Kopen
Karrow Kind Kind
Keq Ty Ty
show/hide Instances
data Lit Source
Constructors
Lint Integer Ty
Lrational Rational Ty
Lchar Char Ty
Lstring String Ty
show/hide Instances
type Mname = IdSource
type Var = IdSource
type Tvar = IdSource
type Tcon = IdSource
type Dcon = IdSource
type Qual t = (Mname, t)Source
type Id = StringSource
primMname :: MnameSource
tcArrow :: Qual TconSource
Produced by Haddock version 2.6.1