The latest version of monoidal-containers is 0.6.5.0-0.

monoidal-containers

Version 0.6 revision 0 uploaded by abrar.

Package meta

Synopsis
Containers with monoidal accumulation
Description

Containers with merging via monoidal accumulation. The Monoid instances provided by the containers and unordered-containers packages merge structures in a left-biased manner instead of using the underlying monoidal structure of the value.

This package wraps the types provided by these packages, but provides Monoid instances implemented in terms of the value type's mappend. For instance, the Monoid Map instance looks like,

instance (Ord k, Semigroup a) => Monoid (MonoidalMap k a)
Author
Ben Gamari
Bug reports
n/a
Category
Data
Copyright
(c) 2014 Ben Gamari
Homepage
http://github.com/bgamari/monoidal-containers
Maintainer
ben@smart-cactus.org
Package URL
n/a
Stability
n/a

Components