toggle menu
Arrow
1.2.4
common
switch theme
search in API
arrow-optics
/
arrow.optics
/
POptional
/
choice
choice
open
infix
fun
<
S1
,
T1
>
choice
(
other
:
POptional
<
S1
,
T1
,
A
,
B
>
)
:
POptional
<
Either
<
S
,
S1
>
,
Either
<
T
,
T1
>
,
A
,
B
>
(
source
)
Join two
POptional
with the same focus
B