summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgBindery.hi-boot-6
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/codeGen/CgBindery.hi-boot-6')
-rw-r--r--compiler/codeGen/CgBindery.hi-boot-68
1 files changed, 8 insertions, 0 deletions
diff --git a/compiler/codeGen/CgBindery.hi-boot-6 b/compiler/codeGen/CgBindery.hi-boot-6
new file mode 100644
index 0000000000..7d1f300a86
--- /dev/null
+++ b/compiler/codeGen/CgBindery.hi-boot-6
@@ -0,0 +1,8 @@
+module CgBindery where
+
+type CgBindings = VarEnv.IdEnv CgIdInfo
+data CgIdInfo
+data VolatileLoc
+data StableLoc
+
+nukeVolatileBinds :: CgBindings -> CgBindings