arrow-optics / arrow.optics.typeclasses / Snoc / invoke
operator fun <S, A> invoke(prism: Prism<S, Tuple2<S, A>>): Snoc<S, A>
operator fun <S, A> invoke(prism:
Prism
<S, Tuple2<S, A>>):
Snoc
<S, A>
Construct a Snoc instance from a Prism.
Do you like Arrow?