ghc-7.8.20140130: The GHC API

Safe HaskellNone
LanguageHaskell98

TcEnv

Synopsis

Documentation

data TyThingSource

A typecheckable-thing, essentially anything that has a name

type TcId = IdSource

data InstInfo aSource

Constructors

InstInfo 

Fields

iSpec :: ClsInst
 
iBinds :: InstBindings a
 

Instances