Correct the docs

This commit is contained in:
Nikita Volkov 2019-05-26 18:00:26 +03:00
parent d066d4fe3d
commit d7d80ede8e
2 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ numeric = Value (Value.decoder (const A.numeric))
{-| {-|
Decoder of the @CHAR@ values. Decoder of the @CHAR@ values.
Note that it supports UTF-8 values. Note that it supports Unicode values.
-} -}
{-# INLINABLE char #-} {-# INLINABLE char #-}
char :: Value Char char :: Value Char

View File

@ -166,7 +166,7 @@ numeric = Value (Value.unsafePTIWithShow PTI.numeric (const A.numeric))
{-| {-|
Encoder of @CHAR@ values. Encoder of @CHAR@ values.
Note that it supports UTF-8 values and Note that it supports Unicode values and
identifies itself under the @TEXT@ OID because of that. identifies itself under the @TEXT@ OID because of that.
-} -}
{-# INLINABLE char #-} {-# INLINABLE char #-}