generic-deriving-0.3: Generic programming library for generalized deriving.

Generics.Deriving.Functor

Contents

Synopsis

GFunctor class

class GFunctor f whereSource

Methods

gmap :: (a -> b) -> f a -> f bSource

Instances

Default method

gmapdefault :: (Representable1 f rep, GFunctor' rep) => rep a -> (a -> b) -> f a -> f bSource