https://bugzilla.redhat.com/show_bug.cgi?id=1933216

            Bug ID: 1933216
           Summary: Review Request: ghc-indexed-traversable -
                    FunctorWithIndex, FoldableWithIndex,
                    TraversableWithIndex
           Product: Fedora
           Version: rawhide
            Status: NEW
         Component: Package Review
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]
  Target Milestone: ---
    Classification: Fedora



Spec URL:
https://petersen.fedorapeople.org/reviews/ghc-indexed-traversable/ghc-indexed-traversable.spec
SRPM URL:
https://petersen.fedorapeople.org/reviews/ghc-indexed-traversable/ghc-indexed-traversable-0.1.1-1.fc34.src.rpm

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


Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=62707782


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to