From c5a65b1704212e3f4354841ff480c660a3b51fb6 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 30 Dec 2003 20:24:21 +0000 Subject: [PATCH] [project @ 2003-12-30 20:24:21 by simonpj] Typo --- ghc/compiler/typecheck/TcExpr.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4