arrow-optics
1.1.5-alpha.4
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
>
Lift an instance of
Cons
using an
Iso
.