Behaviours: do_functor.
fn(A, B) = fun((A) -> B)
map(A) = #{term() := A}
fmap(F::fn(A, B), Map::map(A)) -> map(B)
Generated by EDoc