summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsExpr.hi-boot-5
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/deSugar/DsExpr.hi-boot-5')
-rw-r--r--compiler/deSugar/DsExpr.hi-boot-55
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/deSugar/DsExpr.hi-boot-5 b/compiler/deSugar/DsExpr.hi-boot-5
new file mode 100644
index 0000000000..7e5bbaab7f
--- /dev/null
+++ b/compiler/deSugar/DsExpr.hi-boot-5
@@ -0,0 +1,5 @@
+__interface DsExpr 1 0 where
+__export DsExpr dsExpr dsLet;
+1 dsExpr :: HsExpr.HsExpr Var.Id -> DsMonad.DsM CoreSyn.CoreExpr ;
+1 dsLExpr :: HsExpr.HsLExpr Var.Id -> DsMonad.DsM CoreSyn.CoreExpr ;
+1 dsLet :: [HsBinds.HsBindGroup Var.Id] -> CoreSyn.CoreExpr -> DsMonad.DsM CoreSyn.CoreExpr ;