That is to me where names become a bit irrelevant ...
# functional
r
That is to me where names become a bit irrelevant because you focus in identifying the functions that take you from one type to another regardless of the shape they are in. Once you have visited a shape for example going from
F<A> -> F<B>
you know that is
Functor#map
and it works for all data types not just List.