relude-0.2.0: src/Relude/Functor.hs
{-# LANGUAGE Safe #-}
{- |
Copyright: (c) 2016 Stephen Diehl
(c) 20016-2018 Serokell
(c) 2018 Kowainik
License: 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