mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-12-26 20:12:09 +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.
|
||||
Note that it supports UTF-8 values.
|
||||
Note that it supports Unicode values.
|
||||
-}
|
||||
{-# INLINABLE char #-}
|
||||
char :: Value Char
|
||||
|
@ -166,7 +166,7 @@ numeric = Value (Value.unsafePTIWithShow PTI.numeric (const A.numeric))
|
||||
{-|
|
||||
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.
|
||||
-}
|
||||
{-# INLINABLE char #-}
|
||||
|
Loading…
Reference in New Issue
Block a user