mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-26 23:33:02 +03:00
Merge pull request #109 from rl-king/update-array-example
Rename `value` -> `param` in Encoders Array docs example
This commit is contained in:
commit
a923ff676e
@ -553,7 +553,7 @@ dimension foldl (Array imp) =
|
||||
-- contrazip3 (vector Encoders.uuid) (vector Encoders.float8) (vector Encoders.float8)
|
||||
-- where
|
||||
-- vector value =
|
||||
-- Encoders.value (Encoders.array (Encoders.dimension foldl' (Encoders.element value)))
|
||||
-- Encoders.param (Encoders.array (Encoders.dimension foldl' (Encoders.element value)))
|
||||
-- decoder =
|
||||
-- Decoders.unit
|
||||
-- @
|
||||
-- @
|
||||
|
Loading…
Reference in New Issue
Block a user