{-# LANGUAGE Safe #-}

{- |
Copyright: (c) 2016 Stephen Diehl
           (c) 2016-2018 Serokell
           (c) 2018 Kowainik
SPDX-License-Identifier: MIT
Maintainer: Kowainik <xrom.xkov@gmail.com>

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