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
{{ message }}
This repository has been archived by the owner on May 3, 2021. It is now read-only.
For Either and Option the tryCatch function takes a synchronous thunk. Rather than change that arbitrarily for TaskEither as fp-ts does I opted to make the interface less surprising. Thus the more explicit fromFailableTask function.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In fp-ts
tryCatch
is how we interop and construct a TaskEither from an asynchronous computation that may fail.Can I ask why you deviated here and added
fromFailableTask
?The text was updated successfully, but these errors were encountered: