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 Dec 16, 2024
1 parent 70d4e51 commit fef4664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Hasql/Pipeline/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ run (Pipeline sendQueriesInIO) connection registry integerDatetimes = do
-- insertOrders :: [OrderDetails] -> 'Hasql.Session.Session' [OrderId]
-- insertOrders orders =
-- 'Hasql.Session.pipeline' $
-- forM orders $ \\order ->
-- for orders $ \\order ->
-- 'Hasql.Pipeline.statement' order Statements.insertOrder
-- @
--
Expand Down

0 comments on commit fef4664

Please sign in to comment.