a807c6e44e
A Comonad is a Functor and provides duals of the Monad "return" and ">>=". Instead of wrapping, you can extract a value from a Comonad.
2 lines
136 B
Text
2 lines
136 B
Text
A Comonad is a Functor and provides duals of the Monad "return" and
|
|
">>=". Instead of wrapping, you can extract a value from a Comonad.
|