summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2015-08-02 19:26:04 +0200
committerGabor Greif <ggreif@gmail.com>2015-08-02 20:10:30 +0200
commitd9b618ff78e13f5fe7ae53e4363c658eb805785f (patch)
tree37098cc86d4a60f76f57d95b576bd1d59c2f8a15 /compiler
parent15dd7007275a5dcdae2c9f104773eceaa56590dc (diff)
downloadhaskell-d9b618ff78e13f5fe7ae53e4363c658eb805785f.tar.gz
Typo in comment
Diffstat (limited to 'compiler')
-rw-r--r--compiler/types/FamInstEnv.hs2
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