ghc-7.0.1: The GHC API

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

intSwitchSet :: (switch -> SwitchResult) -> (Int -> switch) -> Maybe Int

switchIsOn :: (switch -> SwitchResult) -> switch -> Bool

setSubstEnv :: SimplEnv -> TvSubstEnv -> SimplIdSubst -> SimplEnv

data SimplSR

Constructors

DoneEx OutExpr 
DoneId OutId 
ContEx TvSubstEnv SimplIdSubst InExpr 

Instances

data Floats

Instances