module Main where import Test.Hspec (hspec) import qualified Test.Data.Trie as Data.Trie main :: IO () main = hspec $ Data.Trie.spec