purescript-book
purescript-book copied to clipboard
Ch7 - wrong letter when specializing traverse
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.