Skip to content

Commit

Permalink
Merge pull request #226 from MichalZalecki/patch-1
Browse files Browse the repository at this point in the history
Correct comonad value variable name
  • Loading branch information
davidchambers authored Mar 4, 2017
2 parents 5ac5a9f + 6f00ac2 commit 89a0a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ extract :: Comonad w => w a ~> () -> a
A value which has a Comonad must provide an `extract` method on itself.
The `extract` method takes no arguments:

c.extract()
w.extract()

1. `extract` must return a value of type `v`, for some variable `v` contained in `w`.
1. `v` must have the same type that `f` returns in `extend`.
Expand Down

0 comments on commit 89a0a22

Please sign in to comment.