ghc-7.10.2: The GHC API

Safe HaskellNone
LanguageHaskell2010

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