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.4.0: Efficient pure ternary tree Sets and Maps
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.