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
5c260f9b50
commit
9ebf5593ce
@ -445,7 +445,7 @@ newtype Composite a = Composite (Composite.Composite a)
|
|||||||
deriving (Functor, Applicative, Monad)
|
deriving (Functor, Applicative, Monad)
|
||||||
|
|
||||||
{-|
|
{-|
|
||||||
Lift a 'Value' decoder into a 'Composite' decoder for parsing of non-nullable leaf values.
|
Lift a 'Value' decoder into a 'Composite' decoder for parsing of component values.
|
||||||
-}
|
-}
|
||||||
field :: NullableOrNot Value a -> Composite a
|
field :: NullableOrNot Value a -> Composite a
|
||||||
field = \ case
|
field = \ case
|
||||||
|
Loading…
Reference in New Issue
Block a user