haskpy.typeclasses.functor

Functors represent types that can be mapped over

Functor

Covariant functor

map(f, x)

Functor f => (a -> b) -> f a -> f b

replace(a, x)