{-# 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