[ol10_u0_developer_EPEL] ghc-indexed-traversable-0.1.4-1.el10_0.x86_64

Name:ghc-indexed-traversable
Version:0.1.4
Release:1.el10_0
Architecture:x86_64
Group:Unspecified
Size:355513
License:BSD-2-Clause
RPM: ghc-indexed-traversable-0.1.4-1.el10_0.x86_64.rpm
Source RPM: ghc-indexed-traversable-0.1.4-1.el10_0.src.rpm
Build Date:Mon May 19 2025
Build Host:build-ol10-x86_64.oracle.com
Vendor:Oracle America
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' (imap)

'class Foldable f => FoldableWithIndex i f | f -> i' (ifoldMap)

'class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t) =>
TraversableWithIndex i t | t -> i' (itraverse)

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'.

Related Packages (Show Changelog) (Show Filelist)