Skip to content

Commit f14399d

Browse files
committed
Remove reference to return from Comonad doc
1 parent 8d5a028 commit f14399d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Control/Comonad.purs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ import Data.Functor (class Functor, map, void, ($>), (<#>), (<$), (<$>))
1111
-- | `Comonad` extends the `Extend` class with the `extract` function
1212
-- | which extracts a value, discarding the comonadic context.
1313
-- |
14-
-- | `Comonad` is the dual of `Monad`, and `extract` is the dual of
15-
-- | `pure` or `return`.
14+
-- | `Comonad` is the dual of `Monad`, and `extract` is the dual of `pure`.
1615
-- |
1716
-- | Laws:
1817
-- |

0 commit comments

Comments
 (0)