Skip to content

Commit

Permalink
remove conduit exmaple
Browse files Browse the repository at this point in the history
  • Loading branch information
mstksg committed Nov 4, 2024
1 parent 65c38a9 commit 227c5e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions copy/entries/story-of-shapes.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ it combines the shapes *without considering the results*.
*contents* of the list.
* For `State s`, `<*>` lets you *compose* the `s -> s` state functions
together, ignoring the `a`/`b`s
* For `ConduitT i o m`, `<*>` lets you *sequence* pulling and yielding one
after the other, ignoring the actual results of your conduit actions.
* For `Parser`, `<*>` lets you sequence input consumption in a way that
doesn't depend on the actual values you parse: it's "context-free" in a
sense.
Expand Down

0 comments on commit 227c5e6

Please sign in to comment.