arrow-optics / arrow.optics / PPrism / liftOption
open fun liftOption(f: (A) -> B): (S) -> Option<T>
Lift a function f: (A) -> B to the context of S: (S) -> Option`
(A) -> B to the context of
:
Do you like Arrow?