ghc-8.0.2: The GHC API

Safe HaskellNone
LanguageHaskell2010

Vectorise.Builtins.Initialise

Contents

Synopsis

Initialisation

initBuiltins :: DsM Builtins Source #

Create the initial map of builtin types and functions.

initBuiltinVars :: Builtins -> DsM [(Var, Var)] Source #

Get the mapping of names in the Prelude to names in the DPH library.