diff options
Diffstat (limited to 'compiler/codeGen/CgBindery.hi-boot-5')
-rw-r--r-- | compiler/codeGen/CgBindery.hi-boot-5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/codeGen/CgBindery.hi-boot-5 b/compiler/codeGen/CgBindery.hi-boot-5 new file mode 100644 index 0000000000..f375fcc6e1 --- /dev/null +++ b/compiler/codeGen/CgBindery.hi-boot-5 @@ -0,0 +1,7 @@ +__interface CgBindery 1 0 where +__export CgBindery CgBindings CgIdInfo VolatileLoc StableLoc nukeVolatileBinds; +1 type CgBindings = VarEnv.IdEnv CgIdInfo; +1 data CgIdInfo; +1 data VolatileLoc; +1 data StableLoc; +1 nukeVolatileBinds :: CgBindings -> CgBindings ; |