Reorganisation of the source tree
[ghc-hetmet.git] / compiler / rename / RnExpr.hi-boot-6
diff --git a/compiler/rename/RnExpr.hi-boot-6 b/compiler/rename/RnExpr.hi-boot-6
new file mode 100644 (file)
index 0000000..8f6c7f1
--- /dev/null
@@ -0,0 +1,11 @@
+module RnExpr where\r
+\r
+rnLExpr :: HsExpr.LHsExpr RdrName.RdrName\r
+       -> TcRnTypes.RnM (HsExpr.LHsExpr Name.Name, NameSet.FreeVars)\r
+\r
+rnStmts :: forall thing.\r
+          HsExpr.HsStmtContext Name.Name -> [HsExpr.LStmt RdrName.RdrName] \r
+       -> TcRnTypes.RnM (thing, NameSet.FreeVars)\r
+       -> TcRnTypes.RnM (([HsExpr.LStmt Name.Name], thing), NameSet.FreeVars)\r
+\r
+\r