[project @ 2005-01-27 10:44:00 by simonpj]
[ghc-hetmet.git] / ghc / 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}