summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2019-01-22 11:17:57 +0100
committerBen Gamari <ben@smart-cactus.org>2019-02-20 14:28:54 -0500
commit4765a4a593443ea21b669d944d60c54014c5f2cc (patch)
tree13a6da84fbefed658c85e454eae2c8c3e14f3aa7
parent49c1f88c850ef0bc2ed8e8eff08e29abd9e73908 (diff)
downloadhaskell-4765a4a593443ea21b669d944d60c54014c5f2cc.tar.gz
Minor typo in docs for KProxy
really minor, but it annoyed me when reading it :-)
-rw-r--r--libraries/base/Data/Proxy.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Data/Proxy.hs b/libraries/base/Data/Proxy.hs
index e8f9151fbc..92fef0eab2 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