haskell-indexed-traversable 0.1.4-ok1 source package in openKylin
Changelog
haskell-indexed-traversable (0.1.4-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 01 Jun 2026 19:54:01 +0800
haskell-indexed-traversable (0.1.4-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 01 Jun 2026 19:54:01 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | haskell |
| File | Size | SHA-256 Checksum |
|---|---|---|
| haskell-indexed-traversable_0.1.4.orig.tar.gz | 9.2 KiB | 58be09afdf3ad5a25c2aa0d2a7df80d602df09f4e76d3abf2b7cdb0e75d03b22 |
| haskell-indexed-traversable_0.1.4-ok1.debian.tar.xz | 2.0 KiB | 9f5c28d4f0434bf50338d2e5fe7f8158220e60c5397434a302da0c6467706cb6 |
| haskell-indexed-traversable_0.1.4-ok1.dsc | 2.4 KiB | 669e63c6ccf29fa34439d7a332da00859dc5aa4e9a58d4f77f5a808c0987fa8c |
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://
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 the documentation for a library for the Haskell
programming language.
See http://
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, compiled
for profiling. See http://