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
Likewise, TE.fold/TE.matchE can also be TE.match if they're a pipe that lifts them into a Task at the end. (We used the former to avoid having to do this.)
T.map(E.fold(
can be replaced withTE.match
.Likewise,
TE.fold
/TE.matchE
can also beTE.match
if they're a pipe that lifts them into aTask
at the end. (We used the former to avoid having to do this.)Examples
The text was updated successfully, but these errors were encountered: