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
* #3112 adding implementation
* #3112 added documentation with example
* adding pk044 to AUTHORS.md
* formatting
* fixed doctest
* fixed doctest
* used different type in example
Hey, I have
and would like to go from
(X[A], X[B])
toX[Either[A, B]]
.So similar to what
<+>
does (e.g. in http4s) but on two different types joined byEither
. Right now Imap
and use<+>
afterwards.Signature proposed by @LukaJCB :
The text was updated successfully, but these errors were encountered: