How to Install and Uninstall ghc-indexed-traversable Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "ghc-indexed-traversable" package

This guide covers the steps necessary to install ghc-indexed-traversable on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-indexed-traversable

2. Uninstall "ghc-indexed-traversable" package

Learn how to uninstall ghc-indexed-traversable on openSuSE Tumbleweed:

$ sudo zypper remove ghc-indexed-traversable

3. Information about the ghc-indexed-traversable package on openSuSE Tumbleweed

Information for package ghc-indexed-traversable:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-indexed-traversable
Version : 0.1.3-2.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 374.9 KiB
Installed : No
Status : not installed
Source package : ghc-indexed-traversable-0.1.3-2.3.src
Upstream URL : https://hackage.haskell.org/package/indexed-traversable
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'.

5. The same packages on other Linux Distributions