[commit: ghc] master: Fix note reference [ci skip] (b1fa386)

git at git.haskell.org git at git.haskell.org
Tue Jun 20 10:01:09 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b1fa386cdae1af45fdd3519014be850f83414ab3/ghc

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

commit b1fa386cdae1af45fdd3519014be850f83414ab3
Author: Gabor Greif <ggreif at gmail.com>
Date:   Tue Jun 20 12:00:30 2017 +0200

    Fix note reference [ci skip]


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

b1fa386cdae1af45fdd3519014be850f83414ab3
 compiler/typecheck/TcSMonad.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/TcSMonad.hs b/compiler/typecheck/TcSMonad.hs
index bb305ed..473f325 100644
--- a/compiler/typecheck/TcSMonad.hs
+++ b/compiler/typecheck/TcSMonad.hs
@@ -292,7 +292,7 @@ extendWorkListCt ct wl
      EqPred {}
        -> extendWorkListEq ct wl
 
-     ClassPred cls _  -- See Note [Prioritise class equalites]
+     ClassPred cls _  -- See Note [Prioritise class equalities]
        |  cls `hasKey` heqTyConKey
        || cls `hasKey` eqTyConKey
        -> extendWorkListEq ct wl



More information about the ghc-commits mailing list