You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library would greatly benefit from a guide that describes how to use unfoldr. The current explanation is pretty terse.
I was initially led here from Data.Map.Internal.toUnfoldable, which was pretty confusing. It also took me a while to realize that the argument to go is a "todo list" of subtrees to process.
Some resources that I found helpful to get more comfortable with unfoldr are:
This library would greatly benefit from a guide that describes how to use
unfoldr
. The current explanation is pretty terse.I was initially led here from Data.Map.Internal.toUnfoldable, which was pretty confusing. It also took me a while to realize that the argument to
go
is a "todo list" of subtrees to process.Some resources that I found helpful to get more comfortable with
unfoldr
are:I'd like to incorporate some of that content (and perhaps some additional examples and explanation) into the official library docs.
The text was updated successfully, but these errors were encountered: