[commit: ghc] wip/T15952-2: Minor typo in docs for KProxy (33aba19)

git at git.haskell.org git at git.haskell.org
Thu Jan 24 11:55:37 UTC 2019


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

On branch  : wip/T15952-2
Link       : http://ghc.haskell.org/trac/ghc/changeset/33aba19158518eb767f23dbc9ef6084ec3c8c52f/ghc

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

commit 33aba19158518eb767f23dbc9ef6084ec3c8c52f
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Jan 22 11:17:57 2019 +0100

    Minor typo in docs for KProxy
    
    really minor, but it annoyed me when reading it :-)


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

33aba19158518eb767f23dbc9ef6084ec3c8c52f
 libraries/base/Data/Proxy.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/Data/Proxy.hs b/libraries/base/Data/Proxy.hs
index e8f9151..92fef0e 100644
--- a/libraries/base/Data/Proxy.hs
+++ b/libraries/base/Data/Proxy.hs
@@ -57,7 +57,7 @@ data Proxy t = Proxy deriving ( Bounded -- ^ @since 4.7.0.0
                               , Read    -- ^ @since 4.7.0.0
                               )
 
--- | A concrete, promotable proxy type, for use at the kind level
+-- | A concrete, promotable proxy type, for use at the kind level.
 -- There are no instances for this because it is intended at the kind level only
 data KProxy (t :: Type) = KProxy
 



More information about the ghc-commits mailing list