Arrow
Toggle table of contents
2.0.1
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-optics
/
arrow.optics
/
PLens
/
choice
choice
open
infix
fun
<
S1
,
T1
>
choice
(
other
:
PLens
<
S1
,
T1
,
A
,
B
>
)
:
PLens
<
Either
<
S
,
S1
>
,
Either
<
T
,
T1
>
,
A
,
B
>
Join two
PLens
with the same focus in
A