summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsExpr.hi-boot-6
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/deSugar/DsExpr.hi-boot-6')
-rw-r--r--compiler/deSugar/DsExpr.hi-boot-66
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/deSugar/DsExpr.hi-boot-6 b/compiler/deSugar/DsExpr.hi-boot-6
deleted file mode 100644
index c7ddb2ddfd..0000000000
--- a/compiler/deSugar/DsExpr.hi-boot-6
+++ /dev/null
@@ -1,6 +0,0 @@
-module DsExpr where
-
-dsExpr :: HsExpr.HsExpr Var.Id -> DsMonad.DsM CoreSyn.CoreExpr
-dsLExpr :: HsExpr.LHsExpr Var.Id -> DsMonad.DsM CoreSyn.CoreExpr
-dsLocalBinds :: HsBinds.HsLocalBinds Var.Id -> CoreSyn.CoreExpr -> DsMonad.DsM CoreSyn.CoreExpr
-dsValBinds :: HsBinds.HsValBinds Var.Id -> CoreSyn.CoreExpr -> DsMonad.DsM CoreSyn.CoreExpr