`lift` is a function on `Functor` which takes a fu...
# arrow
s
lift
is a function on
Functor
which takes a function` (A) -> B` and lifts it into the context of
F
.
(F<A>) -> F<B>)
👍 1