monoids-0.1.32: Monoids, specialized containers and a general map/reduce frameworkSource codeContentsIndex
Data.Ring.Semi.Near.Trie
Documentation
module Data.Ring.Semi.Near
data Trie c m Source
Constructors
Trie
total :: m
label :: m
children :: UnionWith (Map c) (Trie c m)
show/hide Instances
(Ord c, Reducer c m) => Reducer c (Trie c m)
Functor (Trie c)
(Eq c, Eq m) => Eq (Trie c m)
(Show c, Show m) => Show (Trie c m)
(Ord c, Monoid m) => Monoid (Trie c m)
singleton :: (Ord c, Reducer c m) => c -> Trie c mSource
empty :: (Ord c, Monoid m) => Trie c mSource
null :: Ord c => Trie c m -> BoolSource
Produced by Haddock version 2.4.2