purescript-book icon indicating copy to clipboard operation
purescript-book copied to clipboard

Ch7 - wrong letter when specializing traverse

Open learningps opened this issue 8 years ago • 0 comments

In this section: https://github.com/paf31/purescript-book/blob/master/text/chapter7.md#traversable-functors

It says: Let's specialize further to the case where m is the V Errors applicative functor above.

I think the m should be a f: Let's specialize further to the case where f is the V Errors applicative functor above.

learningps avatar Nov 05 '17 22:11 learningps