class Functor f where 
  fmap :: (a -> b) -> f a -> f b
Links to this page