Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Data.Chatty.TST
Description
Provides a ternary search trie
Documentation
A ternary search trie
tstContains :: String -> TST a -> Bool Source
Check if the TST contains the given key
tstTraverse :: TST a -> [(String, a)] Source
Traverse TST