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 docs also don't show an equivalent piece of code for the usage of Task.fork(onError, onSuccess), which is confusing for people who used it before (#158).
The text was updated successfully, but these errors were encountered:
The examples for migrating from
Task.fold/cata
toTask.willMatchWith
in http://folktale.origamitower.com/docs/v2.0.0/migrating/from-data.task/#taskfold-and-taskcata are incorrect becauseTask.willMatchWith
expects a new task to be returned from every function.The docs also don't show an equivalent piece of code for the usage of
Task.fork(onError, onSuccess)
, which is confusing for people who used it before (#158).The text was updated successfully, but these errors were encountered: