If I find out that something is a Monoid
or Monad
, I get all to use all kinds of fun functions, like foldMap
, sequence
or even mapM
. They make me happy.
What do I get if I find out that something is a Category
? Do I get anything fun besides overloading id
and (.)
?