hdiff
packages
feed
idris
-0.9.6: lib/Prelude/Functor.idr
module Prelude.Functor class Functor (f : Type -> Type) where fmap : (a -> b) -> f a -> f b