diff options
-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 |