Skip to content

Commit

Permalink
conjkoint disjoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mstksg committed Nov 4, 2024
1 parent cf88614 commit 6855c16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions copy/entries/story-of-shapes.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,10 @@ introduces a fundamental data dependency for the *results*:
the result of the final, you need the results of one or the other input in
the general case.

This also implies that choice of combination method for shapes in `Applicative`
vs `Alternative` aren't arbitrary: the former has to be "conjoint" in a sense,
and the latter has to be "disjoint".

See again that clearly separating the shape and the result gives us the
vocabulary to say precisely what the different data dependencies are.

Expand Down

0 comments on commit 6855c16

Please sign in to comment.