Binary package “libghc-indexed-traversable-prof” in openkylin huanghe
Indexed Traversables for Haskell; profiling libraries
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://
Published versions
- libghc-indexed-traversable-prof 0.1.3-ok1 in amd64 (Proposed)
- libghc-indexed-traversable-prof 0.1.3-ok1 in amd64 (Release)
- libghc-indexed-traversable-prof 0.1.3-ok1 in arm64 (Proposed)
- libghc-indexed-traversable-prof 0.1.3-ok1 in arm64 (Release)
- libghc-indexed-traversable-prof 0.1.3-ok1 in loong64 (Proposed)
- libghc-indexed-traversable-prof 0.1.3-ok1 in loong64 (Release)
- libghc-indexed-traversable-prof 0.1.3-ok1 in riscv64 (Proposed)
- libghc-indexed-traversable-prof 0.1.3-ok1 in riscv64 (Release)