numeric-prelude-0.3: An experimental alternative hierarchy of numeric type classes

MathObj.DiscreteMap

Description

DiscreteMap was originally intended as a type class that unifies Map and Array. One should be able to simply choose between - Map for sparse arrays - Array for full arrays.

However, the Edison package provides the class AssocX which already exists for that purpose.

Currently I use this module for some numeric instances of Data.Map.

Synopsis

Documentation

strip :: (Ord i, Eq v, C v) => Map i v -> Map i vSource

Remove all zero values from the map.