Skip to content

Commit

Permalink
Correct the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Mar 23, 2024
1 parent eabfe64 commit 11b2e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Hasql/DynamicStatements/Statement.hs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import qualified Ptr.Poking as Poking
-- Encoders.'Encoders.param' (string '>$' Encoders.'Encoders.text') <>
-- foldMap (\\ x -> Encoders.'Encoders.param' (x '>$' Encoders.'Encoders.int8')) from <>
-- foldMap (\\ x -> Encoders.'Encoders.param' (x '>$' Encoders.'Encoders.int8')) to
-- decoder = Decoders.'Decoders.singleRow' (Decoders.'Decoders.column' Decoders.'Decoders.text')
-- decoder = Decoders.'Decoders.singleRow' (Decoders.'Decoders.column' (Decoders.'Decoders.nonNullable' Decoders.'Decoders.text'))
-- in Statement sql encoder decoder True
-- @
--
Expand Down

0 comments on commit 11b2e92

Please sign in to comment.