fromIso

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.