Arrow
1.1.5
arrow-optics
/
arrow.optics.typeclasses
/
Snoc
/
Companion
/
fromIso
from
Iso
fun
<
S
,
A
,
B
>
fromIso
(
SS
:
Snoc
<
A
,
B
>
,
iso
:
Iso
<
S
,
A
>
)
:
Snoc
<
S
,
B
>
(
source
)
Lift an instance of
Snoc
using an
Iso
.