From f07862b483e8fb980d601d92148afe0979294ac8 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 24 Sep 2019 17:29:36 -0400 Subject: ghc-prim: Fix documentation of Type As pointed out in #17243, `Type` is not the only kind having values. --- libraries/ghc-prim/GHC/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ghc-prim/GHC/Types.hs b/libraries/ghc-prim/GHC/Types.hs index e60e011cf9..1cb3b6439d 100644 --- a/libraries/ghc-prim/GHC/Types.hs +++ b/libraries/ghc-prim/GHC/Types.hs @@ -56,7 +56,7 @@ infixr 5 : -- | The kind of constraints, like @Show a@ data Constraint --- | The kind of types with values. For example @Int :: Type@. +-- | The kind of types with lifted values. For example @Int :: Type@. type Type = TYPE 'LiftedRep {- ********************************************************************* -- cgit v1.2.1