[commit: ghc] master: Fix link name to a note (920f1bd)

git at git.haskell.org git at git.haskell.org
Mon Dec 3 19:00:35 UTC 2018


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

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

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

commit 920f1bdc21cbbb74701f43aac1cbe5967fd75896
Author: Arnaud Spiwack <arnaud at spiwack.net>
Date:   Mon Dec 3 19:54:19 2018 +0100

    Fix link name to a note
    
    Reviewers: goldfire, bgamari, tdammers
    
    Reviewed By: tdammers
    
    Subscribers: rwbarton, carter
    
    Differential Revision: https://phabricator.haskell.org/D5399


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

920f1bdc21cbbb74701f43aac1cbe5967fd75896
 compiler/iface/IfaceType.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/iface/IfaceType.hs b/compiler/iface/IfaceType.hs
index 4a42afe..c92c5d0 100644
--- a/compiler/iface/IfaceType.hs
+++ b/compiler/iface/IfaceType.hs
@@ -1790,7 +1790,7 @@ instance Binary IfaceCoercion where
        = pprPanic "Can't serialise IfaceFreeCoVar" (ppr cv)
   put_ _  (IfaceHoleCo cv)
        = pprPanic "Can't serialise IfaceHoleCo" (ppr cv)
-          -- See Note [Holes in IfaceUnivCoProv]
+          -- See Note [Holes in IfaceCoercion]
 
   get bh = do
       tag <- getByte bh



More information about the ghc-commits mailing list