-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Chapter 12] Traverse is taken out of the blue #481
Comments
You mean, not explained like in "There's a full section about it also giving implementation details" 😄 ? I believe it's fine on this one 👍 . Maybe it could deserve a small note in brackets like
Or something like this. Happy to take PRs 😃 |
Sorry for the poor explained issue. 😞 In section Type Feng Shui, it starts saying: Then in section Effect Assortment, there is an example, a little bit more high-level than the ones presented for When I arrived at this part I did not understand what traverse behaviour was and its motivation. Finally, I understand this issue is a result of my experience reading the book and maybe it was not an issue for other people. In general, the experience reading this book has being very satisfatory and I really appreciate what you guys have done! 😄 |
Going again through reading, it could deserve a small line of introduction indeed. Even before diving into what sequences is. |
I'm having a really hard time understanding traverse. I understand the type signature in that it's like map but it will wrap the values inside the functor instead of wrapping the functor itself, but I still don't understand it well enough to come up with a valid implementation and examples. Unfortunately the link provided is dead, I will link a webarchive link below for reference: |
In Chapter 12,
traverse
is presented out of the blue.sequence
is explained, but in the section Type Feng Shui, traverse is not explained.The text was updated successfully, but these errors were encountered: