summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2019-01-22 11:17:57 +0100
committerBen Gamari <ben@well-typed.com>2019-01-23 14:07:28 -0500
commit33aba19158518eb767f23dbc9ef6084ec3c8c52f (patch)
tree035bcb39672e56d35779e45bcee2b653287f9da4
parentcfe64019a70acc1bae76f2fa580d6654f8eb5bc4 (diff)
downloadhaskell-33aba19158518eb767f23dbc9ef6084ec3c8c52f.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