Give the inferred type when warning of a missing type-signature (Trac #1256)
[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