packages feed

idris-0.9.9: lib/Prelude/Functor.idr

module Prelude.Functor

class Functor (f : Type -> Type) where 
    map : (a -> b) -> f a -> f b