[commit: ghc] master: Fix comment typo (82b54fc)

git at git.haskell.org git at git.haskell.org
Mon Oct 17 07:42:27 UTC 2016


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

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

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

commit 82b54fcf815ccd80be8887401dd69ab7a488386e
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Oct 14 10:41:45 2016 +0100

    Fix comment typo


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

82b54fcf815ccd80be8887401dd69ab7a488386e
 compiler/types/TyCoRep.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/types/TyCoRep.hs b/compiler/types/TyCoRep.hs
index 714212c..dca9717 100644
--- a/compiler/types/TyCoRep.hs
+++ b/compiler/types/TyCoRep.hs
@@ -3020,7 +3020,7 @@ If -fprint-equality-relations or -dppr-debug or we are in
 
 If ...something about heterogeneous equalities
 
-Ohherwise print 'Coercible' for (~#), and "~" for the others.
+Otherwise print 'Coercible' for (~R#), and "~" for the others.
 
 This is all a bit ad-hoc, trying to print out the best representation
 of equalities.  If you see a better design, go for it.



More information about the ghc-commits mailing list