Data.Set.StringSet
Documentation
StringSet is ternary tree. It is commonly used for storing word lists like dictionaries for spell checking etc.
numEntries :: StringSet -> IntSource
Counts how many entries there are in the tree.
TernaryTrees-0.0.2.1: Efficient pure ternary trees
Data.Set.StringSet
StringSet is ternary tree. It is commonly used for storing word lists like dictionaries for spell checking etc.
numEntries :: StringSet -> IntSource
Counts how many entries there are in the tree.