mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-12-26 12:01:35 +03:00
Correct the docs
This commit is contained in:
parent
ba6625b725
commit
5f51693e75
@ -165,9 +165,10 @@ numeric = Value (Value.unsafePTIWithShow PTI.numeric (const A.numeric))
|
||||
|
||||
{-|
|
||||
Encoder of @CHAR@ values.
|
||||
|
||||
Note that it supports UTF-8 values and
|
||||
identifies itself under the @TEXT@ OID because of that.
|
||||
-}
|
||||
-- Note that it supports UTF-8 values and
|
||||
-- identifies itself under the @TEXT@ OID because of that.
|
||||
{-# INLINABLE char #-}
|
||||
char :: Value Char
|
||||
char = Value (Value.unsafePTIWithShow PTI.text (const A.char_utf8))
|
||||
|
Loading…
Reference in New Issue
Block a user