[commit: ghc] wip/joachim/proxy-typo: Minor typo in docs for KProxy (1856c1a)
git at git.haskell.org
git at git.haskell.org
Tue Jan 22 10:18:35 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/joachim/proxy-typo
Link : http://ghc.haskell.org/trac/ghc/changeset/1856c1a24209d8aebf4484abef302410ea6c3877/ghc
>---------------------------------------------------------------
commit 1856c1a24209d8aebf4484abef302410ea6c3877
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 :-)
>---------------------------------------------------------------
1856c1a24209d8aebf4484abef302410ea6c3877
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