[commit: ghc] master: Typofix in Data.Type.Equality comments (df32880)
git at git.haskell.org
git at git.haskell.org
Sun Jun 18 18:31:59 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/df3288000e860856f0fe0ffe67669da9ae5a0a03/ghc
>---------------------------------------------------------------
commit df3288000e860856f0fe0ffe67669da9ae5a0a03
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Sun Jun 18 14:30:38 2017 -0400
Typofix in Data.Type.Equality comments
>---------------------------------------------------------------
df3288000e860856f0fe0ffe67669da9ae5a0a03
libraries/base/Data/Type/Equality.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/Data/Type/Equality.hs b/libraries/base/Data/Type/Equality.hs
index 69da70b..173e3c4 100644
--- a/libraries/base/Data/Type/Equality.hs
+++ b/libraries/base/Data/Type/Equality.hs
@@ -112,7 +112,7 @@ gcastWith Refl x = x
apply :: (f :~: g) -> (a :~: b) -> (f a :~: g b)
apply Refl Refl = Refl
--- | Extract equality of the arguments from an equality of a applied types
+-- | Extract equality of the arguments from an equality of applied types
inner :: (f a :~: g b) -> (a :~: b)
inner Refl = Refl
More information about the ghc-commits
mailing list