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
The underlying api for map, filter, reduce and friends is actually useful in its own right if you want to start your own queries from a base iterable, so that instead of:
The underlying api for
map
,filter
,reduce
and friends is actually useful in its own right if you want to start your own queries from a base iterable, so that instead of:You can say:
It's more than just stylistic though since queries are monadic, you can make them arbitrarily complex.
The text was updated successfully, but these errors were encountered: