[commit: ghc] wip/branchedness: Typo (9364d27)

git at git.haskell.org git at git.haskell.org
Sun Aug 2 17:44:47 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/branchedness
Link       : http://ghc.haskell.org/trac/ghc/changeset/9364d27976853cad7e4aff37384fe208489e4406/ghc

>---------------------------------------------------------------

commit 9364d27976853cad7e4aff37384fe208489e4406
Author: Gabor Greif <ggreif at gmail.com>
Date:   Sun Aug 2 19:26:04 2015 +0200

    Typo


>---------------------------------------------------------------

9364d27976853cad7e4aff37384fe208489e4406
 compiler/types/FamInstEnv.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/types/FamInstEnv.hs b/compiler/types/FamInstEnv.hs
index a4b1a21..bea00fc 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
 



More information about the ghc-commits mailing list