Reorganisation of the source tree
[ghc-hetmet.git] / compiler / codeGen / CgBindery.hi-boot-5
diff --git a/compiler/codeGen/CgBindery.hi-boot-5 b/compiler/codeGen/CgBindery.hi-boot-5
new file mode 100644 (file)
index 0000000..f375fcc
--- /dev/null
@@ -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 ;