./devel/hs-indexed-traversable, FunctorWithIndex, FoldableWithIndex, TraversableWithIndex

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q3, Version: 0.1.1nb1, Package name: hs-indexed-traversable-0.1.1nb1, Maintainer: pho

This package provides three useful generalizations:

class Functor f => FunctorWithIndex i f | f -> i where
imap :: (i -> a -> b) -> f a -> f b

class Foldable f => FoldableWithIndex i f | f -> i where
ifoldMap :: Monoid m => (i -> a -> m) -> f a -> m

class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t)
=> TraversableWithIndex i t | t -> i where
itraverse :: Applicative f => (i -> a -> f b) -> t a -> f (t b)

This package contains instances for types in GHC boot libraries. For
some additional instances see indexed-traversable-instances.

The keys package provides similar functionality, but uses (associated)
TypeFamilies instead of FunctionalDependencies.


Master sites:

SHA1: f8fd1d669046739dcfdccceb3ffe2fd448fb854f
RMD160: 093d395b709d38a310255e9ee5c1601e0e2558ab
Filesize: 8.227 KB

Version history: (Expand)