[commit: ghc] ghc-8.2: Typofix in Data.Type.Equality comments (7941f2f)

git at git.haskell.org git at git.haskell.org
Mon Jun 19 13:03:35 UTC 2017


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

On branch  : ghc-8.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/7941f2f7c26f91a9fbad93aa3577ef2d97bc3d23/ghc

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

commit 7941f2f7c26f91a9fbad93aa3577ef2d97bc3d23
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Sun Jun 18 14:30:38 2017 -0400

    Typofix in Data.Type.Equality comments
    
    (cherry picked from commit df3288000e860856f0fe0ffe67669da9ae5a0a03)


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

7941f2f7c26f91a9fbad93aa3577ef2d97bc3d23
 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 bd597ee..8cc34f6 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