Name : ghc-indexed-traversable
| |
Version : 0.1.3
| Vendor : obs://build_opensuse_org/devel:languages:haskell
|
Release : 1.115
| Date : 2023-10-04 16:28:03
|
Group : Unspecified
| Source RPM : ghc-indexed-traversable-0.1.3-1.115.src.rpm
|
Size : 0.37 MB
| |
Packager : (none)
| |
Summary : FunctorWithIndex, FoldableWithIndex, TraversableWithIndex
|
Description :
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](https://hackage.haskell.org/package/indexed-traversable-instances).
The [keys](https://hackage.haskell.org/package/keys) package provides similar functionality, but uses (associated) \'TypeFamilies\' instead of \'FunctionalDependencies\'.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/haskell:/ghc-9.4.x/Tumbleweed/x86_64 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
ghc-indexed-traversable
ghc-indexed-traversable(x86-64)
libHSindexed-traversable-0.1.3-aW782OlqEwISCx9M3tDhW-ghc9.4.6.so()(64bit)
Requires :