From 3860347cd2c3c34d1b868725e6489f16435e9656 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Tue, 22 Jan 2019 11:17:57 +0100 Subject: Minor typo in docs for KProxy really minor, but it annoyed me when reading it :-) --- 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 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 -- cgit v1.2.1