pred-trie-0.2.1: test/Spec.hs
module Main where import Data.Trie.Pred.UnifiedSpec import Test.Tasty main :: IO () main = defaultMain tests tests :: TestTree tests = testGroup "Testing..." [unifiedSpec]
module Main where import Data.Trie.Pred.UnifiedSpec import Test.Tasty main :: IO () main = defaultMain tests tests :: TestTree tests = testGroup "Testing..." [unifiedSpec]