We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
return
1 parent 8d5a028 commit f14399dCopy full SHA for f14399d
1 file changed
src/Control/Comonad.purs
@@ -11,8 +11,7 @@ import Data.Functor (class Functor, map, void, ($>), (<#>), (<$), (<$>))
11
-- | `Comonad` extends the `Extend` class with the `extract` function
12
-- | which extracts a value, discarding the comonadic context.
13
-- |
14
--- | `Comonad` is the dual of `Monad`, and `extract` is the dual of
15
--- | `pure` or `return`.
+-- | `Comonad` is the dual of `Monad`, and `extract` is the dual of `pure`.
16
17
-- | Laws:
18
0 commit comments