.hi-boot-5 is obsolete; the earliest GHC we support uses .hi-boot-6
[ghc-hetmet.git] / compiler / codeGen / CgBindery.hi-boot-6
1 module CgBindery where
2
3 type CgBindings = VarEnv.IdEnv CgIdInfo
4 data CgIdInfo
5 data VolatileLoc
6 data StableLoc
7
8 nukeVolatileBinds :: CgBindings -> CgBindings