summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsBinds.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/deSugar/DsBinds.hs-boot')
-rw-r--r--compiler/deSugar/DsBinds.hs-boot6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/deSugar/DsBinds.hs-boot b/compiler/deSugar/DsBinds.hs-boot
deleted file mode 100644
index 71c0040039..0000000000
--- a/compiler/deSugar/DsBinds.hs-boot
+++ /dev/null
@@ -1,6 +0,0 @@
-module DsBinds where
-import DsMonad ( DsM )
-import CoreSyn ( CoreExpr )
-import TcEvidence (HsWrapper)
-
-dsHsWrapper :: HsWrapper -> DsM (CoreExpr -> CoreExpr)