Skip to content

Commit

Permalink
[fix] formatting description in example code on README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
ymdryo committed Oct 27, 2024
1 parent d3a284e commit c426c9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ consume = forever do
liftIO . print =<< input @Int
sleep 0.5

-- | Transforms by receiving the sequence as input at 0.5-second intervals, adds 100, and outputs it.
-- | Transforms by receiving the sequence as input at 0.5-second intervals,
-- adds 100, and outputs it.
plus100 :: (Input Int <| ef, Output Int <| ef, Timer <| ef, IO <| ef) => Eff eh ef ()
plus100 = forever do
i <- input @Int
Expand Down

0 comments on commit c426c9b

Please sign in to comment.