libghc-indexed-traversable-doc 0.1.3-ok1 (loong64 binary) in openkylin huanghe
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://
Details
- Package version:
- 0.1.3-ok1
- Status:
- Published
- Component:
- main
- Priority:
- Optional
Downloadable files
amd64 build of haskell-indexed-traversable 0.1.3-ok1 in openkylin nile PROPOSED produced
these files:
Package relationships
- Depends on:
- haddock-interface-41
- Suggests: