NumericPrelude-0.0: An experimental alternative hierarchy of numeric type classesContentsIndex
MathObj.DiscreteMap
Contents
Should this be implemented by isZero?
Description

DiscreteMap is a class that unifies Map and Array, thus one can simply choose between - Map for sparse arrays - Array for full arrays.

Ok, forget it, the Edison package provides the class AssocX which probably will do it.

So long I use this module for some numeric instances for FiniteMaps

Synopsis
strip :: (Ord i, Eq v, C v) => Map i v -> Map i v
Should this be implemented by isZero?
strip :: (Ord i, Eq v, C v) => Map i v -> Map i v
Remove all zero values from the map.
Produced by Haddock version 0.7