Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/content/3.7/code/haskell/snippet35.hs

This file was deleted.

1 change: 0 additions & 1 deletion src/content/3.7/code/ocaml/snippet35.ml

This file was deleted.

1 change: 0 additions & 1 deletion src/content/3.7/code/reason/snippet35.re

This file was deleted.

4 changes: 0 additions & 4 deletions src/content/3.7/code/scala/snippet35.scala

This file was deleted.

5 changes: 1 addition & 4 deletions src/content/3.7/comonads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -328,12 +328,9 @@ \section{The Store Comonad}
This becomes our \code{extract}:

\src{snippet33}
The unit of the adjunction:
The unit of the adjunction is:

\src{snippet34}
can be rewritten as partially applied data constructor:

\src{snippet35}
We construct $\delta$, or \code{duplicate}, as the horizontal composition:
\begin{align*}
\delta & \Colon L \circ R \to L \circ R \circ L \circ R \\
Expand Down