haskell-indexed-traversable 0.1.3-1 source package in Ubuntu

Changelog

haskell-indexed-traversable (0.1.3-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <email address hidden>  Fri, 20 Oct 2023 08:45:36 -0400

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-indexed-traversable_0.1.3-1.dsc 2.6 KiB 5822548801537b38ba45f97b2a8a056c991d06e46abbee1b1cbe577c1073066b
haskell-indexed-traversable_0.1.3.orig.tar.gz 9.6 KiB 1d32925fb6f78e3a52a849b29fc4360df51c97be95ba8ac642517d3ff01a53d9
haskell-indexed-traversable_0.1.3-1.debian.tar.xz 2.2 KiB dd4d61c820ff2d38f070b35217f19bb5e463d69a50936084c58b52f8ded13f4a

No changes file available.

Binary packages built by this source

libghc-indexed-traversable-dev: Indexed Traversables for Haskell

 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 a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-indexed-traversable-doc: 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.

libghc-indexed-traversable-prof: 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) => TraversableWithIndex i t | t -> i where
 \ 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://www.haskell.org/ for more information on Haskell.