diff options
author | Gabor Greif <ggreif@gmail.com> | 2015-03-02 19:28:36 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2015-03-02 19:28:36 +0100 |
commit | 3197018d4efbf7407577300b88897cef26f7f4c6 (patch) | |
tree | 6134ea1154922672910e57ab7897447cea211d4b /compiler | |
parent | efbd3eb10a2741d45b0e25c98674c8da57dac5ab (diff) | |
download | haskell-3197018d4efbf7407577300b88897cef26f7f4c6.tar.gz |
Typos in non-code
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/typecheck/TcInstDcls.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcInstDcls.hs b/compiler/typecheck/TcInstDcls.hs index 9b07554a45..5ee64791e9 100644 --- a/compiler/typecheck/TcInstDcls.hs +++ b/compiler/typecheck/TcInstDcls.hs @@ -973,7 +973,7 @@ Notice that This is a bit of a hack, but works very nicely in practice. - * Note that if a method has a locally-polymorhic binding, there will + * Note that if a method has a locally-polymorphic binding, there will be yet another implication for that, generated by tcPolyCheck in tcMethodBody. E.g. class C a where |