Functors represent types that can be mapped over
Functor
Covariant functor
map(f, x)
map
Functor f => (a -> b) -> f a -> f b
replace(a, x)
replace
Table of contents: