From: simonpj Date: Tue, 30 Dec 2003 20:24:21 +0000 (+0000) Subject: [project @ 2003-12-30 20:24:21 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~162 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c5a65b1704212e3f4354841ff480c660a3b51fb6 [project @ 2003-12-30 20:24:21 by simonpj] Typo --- diff --git a/ghc/compiler/typecheck/TcExpr.lhs b/ghc/compiler/typecheck/TcExpr.lhs index 9ea7a52..cf94f27 100644 --- a/ghc/compiler/typecheck/TcExpr.lhs +++ b/ghc/compiler/typecheck/TcExpr.lhs @@ -13,7 +13,7 @@ import {-# SOURCE #-} TcSplice( tcSpliceExpr, tcBracket ) import Id ( Id ) import TcType ( isTauTy ) import TcEnv ( checkWellStaged ) -imoprt HsSyn ( nlHsApp ) +import HsSyn ( nlHsApp ) import qualified DsMeta #endif