Module scsys_core::hkt::functor

source ·
Expand description

§Functor

A functor is a type that when mapped over, preserves the structure of the type while applying a function to the values within the type. Functors are useful for modeling the functional effects on values of parameterized data types.

Traits§