From 9ebf5593ce3c4490a72fc76244b4122d8ac75907 Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Tue, 21 May 2019 21:37:28 +0300 Subject: [PATCH] Correct the docs --- library/Hasql/Private/Decoders.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Hasql/Private/Decoders.hs b/library/Hasql/Private/Decoders.hs index 3cfc6b1..12f05b5 100644 --- a/library/Hasql/Private/Decoders.hs +++ b/library/Hasql/Private/Decoders.hs @@ -445,7 +445,7 @@ newtype Composite a = Composite (Composite.Composite a) 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 = \ case