libghc-indexed-traversable-dev binary package in openKylin Nile V2.0 amd64
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) => TraversableWith
\ itraverse :: Applicative f => (i -> a -> f b) -> t a -> f (t b)
.
This package provides a library for the Haskell programming language.
See http://
Publishing history
Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2024-06-06 10:05:45 UTC | Published | openKylin Nile V2.0 amd64 | release | main | haskell | Optional | 0.1.3-ok1 | ||
|
|||||||||
2024-05-07 05:35:24 UTC | Published | openKylin Nile V2.0 amd64 | proposed | main | haskell | Optional | 0.1.3-ok1 | ||
|