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
In the docs, the last example of composeK should actually return Just(null), rather than Nothing().
Because we used Maybe::of in the compose and not Maybe::fromNullable
The text was updated successfully, but these errors were encountered:
In the docs, the last example of composeK should actually return Just(null), rather than Nothing().
Because we used Maybe::of in the compose and not Maybe::fromNullable
The text was updated successfully, but these errors were encountered: