Skip to content

Commit

Permalink
[fix] Adjust description comment in the stream example.
Browse files Browse the repository at this point in the history
  • Loading branch information
ymdryo committed Oct 27, 2024
1 parent 55e5da5 commit fafe662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heftia-effects/Example/Stream/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ plus100 = forever do

{- |
The difference between `runMachinery` and `runMachineryIO` is that the former
returns a continuation at the point when the stream has completed, allowing the
returns a continuation at the point when the stream has paused, allowing the
stream to be resumed later by providing new inputs and handlers. In terms of
algebraic effects, this means that /non-scoped resumption/ is possible.
Expand Down

0 comments on commit fafe662

Please sign in to comment.