packages feed

indexed-traversable-0.1: src/Data/Functor/WithIndex.hs

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

import WithIndex