Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-indexed-traversable | Distribution: SUSE Linux Enterprise 15 |
Version: 0.1.3 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150500.3.3.1 | Build date: Mon Jan 29 16:10:56 2024 |
Group: Unspecified | Build host: nebbiolo |
Size: 605580 | Source RPM: ghc-indexed-traversable-0.1.3-150500.3.3.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://hackage.haskell.org/package/indexed-traversable | |
Summary: FunctorWithIndex, FoldableWithIndex, TraversableWithIndex |
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'.
BSD-2-Clause
* Wed Oct 04 2023 [email protected] - Update indexed-traversable to version 0.1.3. [#] 0.1.3 [2023-10-04] - Add `Foldable1WithIndex1` type-class, an indexed version of `Foldable1`. [#] 0.1.2.1 [2023-03-12] - `TraversableWithIndex []` doesn't use the `zip [0..]` idiom anymore. https://gitlab.haskell.org/ghc/ghc/-/issues/22673 * Tue Nov 16 2021 [email protected] - Update indexed-traversable to version 0.1.2 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Mon Nov 01 2021 [email protected] - Update indexed-traversable to version 0.1.2. [#] 0.1.2 [2021-10-30] - Changed `(<$>)` + `(<*>)` to `liftA2` to potentially avoid extra `fmap`. - Add `(#..)`, coercive composition after a 2-parameter function. - Switched references to lens 'Of'- functions to base functions. Thanks to wygulmage for contributions. * Wed Jul 28 2021 [email protected] - Update indexed-traversable to version 0.1.1 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Sun Dec 27 2020 [email protected] - Update indexed-traversable to version 0.1.1. [#] 0.1.1 [2020-12-27] - Mark all modules as `Safe`. See https://gitlab.haskell.org/ghc/ghc/-/issues/19127 * Thu Dec 17 2020 [email protected] - disable %{ix86} build * Wed Dec 16 2020 [email protected] - Add indexed-traversable at version 0.1.
/usr/lib64/ghc-8.10.7/indexed-traversable-0.1.3 /usr/lib64/ghc-8.10.7/indexed-traversable-0.1.3/libHSindexed-traversable-0.1.3-F3jrcyz30bgEFtVuBpEUub-ghc8.10.7.so /usr/share/licenses/ghc-indexed-traversable /usr/share/licenses/ghc-indexed-traversable/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:51:39 2024