FIX #1364: added support for C finalizers that run as soon as the value is not longer...
[ghc-hetmet.git] / compiler / codeGen / CgBindery.lhs-boot
1 \begin{code}
2 module CgBindery where
3 import VarEnv( IdEnv )
4
5 data CgIdInfo
6 data VolatileLoc
7 data StableLoc
8 type CgBindings = IdEnv CgIdInfo
9
10 nukeVolatileBinds :: CgBindings -> CgBindings
11 \end{code}