relude-0.1.0: src/Relude/Functor.hs
{-# LANGUAGE Safe #-}
-- | Convenient functions to work with 'Functor'.
module Relude.Functor
( module Relude.Functor.Fmap
, module Relude.Functor.Reexport
) where
import Relude.Functor.Fmap
import Relude.Functor.Reexport