diff options
author | Gabor Greif <ggreif@gmail.com> | 2015-08-02 19:26:04 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2015-08-02 20:10:30 +0200 |
commit | d9b618ff78e13f5fe7ae53e4363c658eb805785f (patch) | |
tree | 37098cc86d4a60f76f57d95b576bd1d59c2f8a15 /compiler | |
parent | 15dd7007275a5dcdae2c9f104773eceaa56590dc (diff) | |
download | haskell-d9b618ff78e13f5fe7ae53e4363c658eb805785f.tar.gz |
Typo in comment
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/types/FamInstEnv.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/types/FamInstEnv.hs b/compiler/types/FamInstEnv.hs index a4b1a21d17..bea00fc1f7 100644 --- a/compiler/types/FamInstEnv.hs +++ b/compiler/types/FamInstEnv.hs @@ -274,7 +274,7 @@ Type families are reduced during type inference, but not data families; the user explains when to use a data family instance by using contructors and pattern matching. -Neverthless it is still useful to have data families in the FamInstEnv: +Nevertheless it is still useful to have data families in the FamInstEnv: - For finding overlaps and conflicts |