Skip to content

Commit

Permalink
Correct haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed May 8, 2024
1 parent 98c1890 commit db1c49e
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 songs =
-- 'Hasql.Session.pipeline' $
-- forM songs $ \song ->
-- forM songs $ \\song ->
-- 'Hasql.Pipeline.statement' song Statements.insertOrder
-- @
--
Expand Down

0 comments on commit db1c49e

Please sign in to comment.