Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Generics.Deriving.Functor
Generic Functor class
class GFunctor (f :: Type -> Type) where #
Minimal complete definition
Nothing
Methods
Instances
Default method
gmapdefault :: (Generic1 f, GFunctor' (Rep1 f)) => (a -> b) -> f a -> f b #
Internal Functor class
class GFunctor' (f :: Type -> Type) where #