ghc-8.0.2: The GHC API

Safe HaskellNone
LanguageHaskell2010

SimplEnv

Documentation

type InId = Id #

type InAlt = CoreAlt #

type InArg = CoreArg #

type InType = Type #

type InVar = Var #

type OutId = Id #

type OutType = Type #

type OutVar = Var #

setSubstEnv :: SimplEnv -> TvSubstEnv -> CvSubstEnv -> SimplIdSubst -> SimplEnv #

data SimplSR #

Instances

data Floats #

Instances