Reorganisation of the source tree
[ghc-hetmet.git] / ghc / compiler / deSugar / DsExpr.lhs-boot
diff --git a/ghc/compiler/deSugar/DsExpr.lhs-boot b/ghc/compiler/deSugar/DsExpr.lhs-boot
deleted file mode 100644 (file)
index c65e99d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-\begin{code}
-module DsExpr where
-import HsSyn   ( HsExpr, LHsExpr, HsLocalBinds )
-import Var     ( Id )
-import DsMonad ( DsM )
-import CoreSyn ( CoreExpr )
-
-dsExpr  :: HsExpr  Id -> DsM CoreExpr
-dsLExpr :: LHsExpr Id -> DsM CoreExpr
-dsLocalBinds :: HsLocalBinds Id -> CoreExpr -> DsM CoreExpr
-\end{code}