[commit: ghc] master: Comment fix (7e74079)
git at git.haskell.org
git at git.haskell.org
Thu Mar 24 09:47:56 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7e74079772431d00cc8d1e6b3826ce35e46b9bdd/ghc
>---------------------------------------------------------------
commit 7e74079772431d00cc8d1e6b3826ce35e46b9bdd
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Mar 17 08:50:23 2016 +0000
Comment fix
>---------------------------------------------------------------
7e74079772431d00cc8d1e6b3826ce35e46b9bdd
compiler/types/Kind.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/types/Kind.hs b/compiler/types/Kind.hs
index ac7fc58..e3cebcd 100644
--- a/compiler/types/Kind.hs
+++ b/compiler/types/Kind.hs
@@ -50,7 +50,7 @@ Constraint and *. Indeed we can have coercions between the two. Consider
op :: a -> a
For this single-method class we may generate a newtype, which in turn
generates an axiom witnessing
- Ord a ~ (a -> a)
+ C a ~ (a -> a)
so on the left we have Constraint, and on the right we have *.
See Trac #7451.
More information about the ghc-commits
mailing list