diff options
author | simonpj@microsoft.com <unknown> | 2007-08-01 12:48:52 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2007-08-01 12:48:52 +0000 |
commit | cd9566da5aab4e4ee25123c5a525405d29881321 (patch) | |
tree | f6916a69d1762f94f02ea49cd68ba01a809a8efb /docs | |
parent | 8d992aa26acc3ea744dcbbc366ab89739e4b6230 (diff) | |
download | haskell-cd9566da5aab4e4ee25123c5a525405d29881321.tar.gz |
Spelling error
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/glasgow_exts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 4fbd08c5c4..27d38eeca0 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. </para></listitem> <listitem><para> -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 |