deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: haddock-interface-42
Description: |-
Indexed Traversables for Haskell; documentation
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) => TraversableWithIndex i t | t -> i where
\ 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://www.haskell.org/ for more information on Haskell.
Homepage: https://hackage.haskell.org/package/indexed-traversable
Installed-Size: '1180'
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Package: libghc-indexed-traversable-doc
Priority: optional
Recommends: ghc-doc, libghc-indexed-traversable-dev, libjs-mathjax
Section: doc
Source: haskell-indexed-traversable
Suggests: libghc-indexed-traversable-prof
Version: 0.1.4-1
srcpkg_name: haskell-indexed-traversable
srcpkg_version: 0.1.4-1