ghc-7.8.4: The GHC API

Safe HaskellNone
LanguageHaskell98

MkId

Documentation

mkDictFunId :: Name -> [TyVar] -> ThetaType -> Class -> [Type] -> Id

mkDictFunTy :: [TyVar] -> ThetaType -> Class -> [Type] -> (Int, Type)

newtype DataConBoxer

Constructors

DCB ([Type] -> [Var] -> UniqSM ([Var], [CoreBind])) 

module PrelRules