stringtable-atom-0.0.6.1: Memoize Strings as Atoms for fast comparison and sorting, with maps and sets

StringTable.AtomSet

Contents

Synopsis

Set type

newtype AtomSet

Constructors

MkAtomSet 

Fields

fromAtomSet :: IntSet
 

Instances

Operators

Query

Construction

Combine

Filter

Min/Max

maxView :: Monad m => AtomSet -> m (Atom, AtomSet)

minView :: Monad m => AtomSet -> m (Atom, AtomSet)

Map

map :: (Atom -> Atom) -> AtomSet -> AtomSet

Fold

fold :: (Atom -> b -> b) -> b -> AtomSet -> b

Conversion

List

Ordered list

Debugging