From: simonpj@microsoft.com Date: Thu, 9 Feb 2006 12:42:08 +0000 (+0000) Subject: Fix typo X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ad68b91e2126681fba942f3038bcf32f9a1e7259 Fix typo --- diff --git a/ghc/compiler/typecheck/TcMType.lhs b/ghc/compiler/typecheck/TcMType.lhs index 6345efb..688a331 100644 --- a/ghc/compiler/typecheck/TcMType.lhs +++ b/ghc/compiler/typecheck/TcMType.lhs @@ -1117,7 +1117,7 @@ checkValidInstance tyvars theta clas inst_tys ; checkInstTermination dflags theta inst_tys -- The Coverage Condition - ; checkTc (dopt Opt_AllowUndecideableInstances dflags || + ; checkTc (dopt Opt_AllowUndecidableInstances dflags || checkInstCoverage clas inst_tys) (instTypeErr (pprClassPred clas inst_tys) msg) }