[commit: ghc] wip/ghc-8.8-merges: Minor typo in docs for KProxy (4765a4a)

git at git.haskell.org git at git.haskell.org
Thu Feb 21 15:09:47 UTC 2019


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

On branch  : wip/ghc-8.8-merges
Link       : http://ghc.haskell.org/trac/ghc/changeset/4765a4a593443ea21b669d944d60c54014c5f2cc/ghc

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

commit 4765a4a593443ea21b669d944d60c54014c5f2cc
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 :-)


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

4765a4a593443ea21b669d944d60c54014c5f2cc
 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