Skip to content

Commit 3a9f762

Browse files
authored
Merge pull request #33 from purescript/bump
Prepare for 2.0 release
2 parents d791ae8 + f14399d commit 3a9f762

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"package.json"
1818
],
1919
"dependencies": {
20-
"purescript-prelude": "^1.0.0"
20+
"purescript-prelude": "^2.1.0"
2121
}
2222
}

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)