indexed-traversable-0.1.1: src/Data/Functor/WithIndex.hs
{-# LANGUAGE CPP #-}
#if __GLASGOW_HASKELL__ >= 704
{-# LANGUAGE Safe #-}
#elif __GLASGOW_HASKELL__ >= 702
{-# LANGUAGE Trustworthy #-}
#endif
module Data.Functor.WithIndex (
-- * Indexed Functors
FunctorWithIndex(..),
) where
import WithIndex