[fix] Adjust description string in the stream example.

This commit is contained in:
Yamada Ryo 2024-10-27 12:26:43 +09:00
parent 496b37cd06
commit 3c7ee1d471
No known key found for this signature in database
GPG Key ID: AAE3C7A542B02DBF

View File

@ -97,7 +97,7 @@ main = runUnliftIO . runTimerIO . runResourceIO $ do
>>> Unit @Int @Int plus100
>>> Unit @Int @() consume
liftIO $ putStrLn "\n[IO-based (TMVar-based) machinery interpretation example]"
liftIO $ putStrLn "\n[IO-fused machinery interpretation example]"
let produceWithBracket = do
bracket_
@ -124,7 +124,7 @@ Transform 3 to 103
Transform 4 to 104
104
[IO-based (TMVar-based) machinery interpretation example]
[IO-fused machinery interpretation example]
Acquiring resource
Transform 1 to 101
101