From cd9566da5aab4e4ee25123c5a525405d29881321 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 1 Aug 2007 12:48:52 +0000 Subject: [PATCH] Spelling error --- docs/users_guide/glasgow_exts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 4fbd08c..27d38ee 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -2836,7 +2836,7 @@ match is found, and (b) the instance declaration was compiled with more-specific instance does not matter. -Suppose an instance declaration does not matche the constraint being looked up, but +Suppose an instance declaration does not match the constraint being looked up, but does unify with it, so that it might match when the constraint is further instantiated. Usually GHC will regard this as a reason for not committing to some other constraint. But if the instance declaration was compiled with -- 1.7.10.4