-- | Generic and generalized functors. module Generic.Functor ( -- * Derive functors gsolomap , solomap , DeriveFunctor(..) , gfmap -- * Auxiliary classes , GFunctor() , GSolomap() , Solomap() ) where import Generic.Functor.Internal