string-trie
Data.Trie
This package provides an efficient implementation of a map from strings to values. The implementation is based on a trie data structure.