arrow-optics
1.1.3-alpha.1
arrow-optics
/
arrow.optics.typeclasses
/
Cons
/
Companion
/
fromIso
from
Iso
fun
<
S
,
A
,
B
>
fromIso
(
C
:
Cons
<
A
,
B
>
,
iso
:
Iso
<
S
,
A
>
)
:
Cons
<
S
,
B
>
Content copied to clipboard
Lift an instance of
Cons
using an
Iso
.