ghc-7.0.1: The GHC API

SimplEnv

Documentation

type InId = IdSource

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

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

data SimplSR Source

Constructors

DoneEx OutExpr 
DoneId OutId 
ContEx TvSubstEnv SimplIdSubst InExpr 

Instances