libghc-indexed-traversable-prof binary package in openKylin Huanghe V3.0 riscv64
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://
Publishing history
Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2024-10-15 03:20:27 UTC | Published | openKylin Huanghe V3.0 riscv64 | release | main | haskell | Optional | 0.1.3-ok1 | ||
|
|||||||||
2024-10-15 03:20:27 UTC | Published | openKylin Huanghe V3.0 riscv64 | proposed | main | haskell | Optional | 0.1.3-ok1 | ||
|