diff options
Diffstat (limited to 'compiler/codeGen/CgBindery.hi-boot-6')
-rw-r--r-- | compiler/codeGen/CgBindery.hi-boot-6 | 8 |
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 |