Skip to content

Commit

Permalink
Merge pull request #33 from purescript/bump
Browse files Browse the repository at this point in the history
Prepare for 2.0 release
  • Loading branch information
garyb authored Oct 1, 2016
2 parents d791ae8 + f14399d commit 3a9f762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"package.json"
],
"dependencies": {
"purescript-prelude": "^1.0.0"
"purescript-prelude": "^2.1.0"
}
}
3 changes: 1 addition & 2 deletions src/Control/Comonad.purs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import Data.Functor (class Functor, map, void, ($>), (<#>), (<$), (<$>))
-- | `Comonad` extends the `Extend` class with the `extract` function
-- | which extracts a value, discarding the comonadic context.
-- |
-- | `Comonad` is the dual of `Monad`, and `extract` is the dual of
-- | `pure` or `return`.
-- | `Comonad` is the dual of `Monad`, and `extract` is the dual of `pure`.
-- |
-- | Laws:
-- |
Expand Down

0 comments on commit 3a9f762

Please sign in to comment.