mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-12-27 12:35:50 +03:00
Correct the docs
This commit is contained in:
parent
d066d4fe3d
commit
d7d80ede8e
@ -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
|
||||||
|
@ -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 #-}
|
||||||
|
Loading…
Reference in New Issue
Block a user