module Data.Functor.WithIndex (
    -- * Indexed Functors
    FunctorWithIndex(..),
) where

import WithIndex