From: Ian Lynagh Date: Sat, 4 Aug 2007 02:01:56 +0000 (+0000) Subject: Typo in a comment X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0f22eb9f85ca54f2545f64c43983c7d4a105420c;p=ghc-hetmet.git Typo in a comment --- diff --git a/compiler/typecheck/Inst.lhs b/compiler/typecheck/Inst.lhs index 6a09244..04dd4a2 100644 --- a/compiler/typecheck/Inst.lhs +++ b/compiler/typecheck/Inst.lhs @@ -661,7 +661,7 @@ data LookupInstResult | GenInst [Inst] (LHsExpr TcId) -- The expression and its needed insts lookupSimpleInst :: Inst -> TcM LookupInstResult --- This is "simple" in tthat it returns NoInstance for implication constraints +-- This is "simple" in that it returns NoInstance for implication constraints -- It's important that lookupInst does not put any new stuff into -- the LIE. Instead, any Insts needed by the lookup are returned in