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, 6 insertions, 0 deletions
diff --git a/compiler/deSugar/DsExpr.hi-boot-6 b/compiler/deSugar/DsExpr.hi-boot-6
new file mode 100644
index 0000000000..c7ddb2ddfd
--- /dev/null
+++ b/compiler/deSugar/DsExpr.hi-boot-6
@@ -0,0 +1,6 @@
+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