From ad68b91e2126681fba942f3038bcf32f9a1e7259 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Thu, 9 Feb 2006 12:42:08 +0000 Subject: [PATCH] Fix typo --- ghc/compiler/typecheck/TcMType.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } -- 1.7.10.4