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
It's actually just a single call missing from the companion, and @raulraja is working on a new solution that will deprecate it. Better close this ticket to avoid confusion :D
We need a MonadError instance for Option. You can base the implementation in Either's: https://github.com/kategory/kategory/blob/master/kategory/src/main/kotlin/kategory/instances/EitherInstances.kt#L31-L39 except Either.Left(exception) becomes Option.None
The text was updated successfully, but these errors were encountered: