generic-functor-0.0.1.0: src/Generic/Functor.hs
-- | Generic and generalized functors.
module Generic.Functor
( -- * Derive functors
gsolomap
, solomap
, DeriveFunctor(..)
, gfmap
-- * Auxiliary classes
, GFunctor()
, GSolomap()
, Solomap()
) where
import Generic.Functor.Internal