Replies: 1 comment
-
Hello 👋 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using ArrowKt, which defines a custom
arrow.option.Option<T>
type. I'd like to make it map to eitherT
, if present, ornull
if no value is present.Is there some way to make this library work with the ArrowKt types?
Beta Was this translation helpful? Give feedback.
All reactions