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 May 8, 2024
1 parent 91de395 commit 48121b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/Hasql/Pipeline/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ run (Pipeline sendQueriesInIO) connection registry integerDatetimes = do
--
-- @
-- insertOrders :: [OrderDetails] -> 'Hasql.Session.Session' [OrderId]
-- insertOrders songs =
-- insertOrders orders =
-- 'Hasql.Session.pipeline' $
-- forM songs $ \\song ->
-- 'Hasql.Pipeline.statement' song Statements.insertOrder
-- forM orders $ \\order ->
-- 'Hasql.Pipeline.statement' order Statements.insertOrder
-- @
--
-- === Combining Queries
Expand Down

0 comments on commit 48121b6

Please sign in to comment.