[project @ 2005-04-04 15:22:25 by simonpj]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcExpr.lhs-boot
index ff93c46..8b1c06d 100644 (file)
@@ -1,6 +1,6 @@
 \begin{code}
 module TcExpr where
-import HsSyn   ( LHsExpr )
+import HsSyn   ( HsExpr, LHsExpr )
 import Name    ( Name )
 import Var     ( Id )
 import TcType  ( TcType, Expected )