rose-trees-0.0.2: test/Spec.hs
module Main where import Data.Tree.RoseSpec import Test.Tasty main :: IO () main = defaultMain tests tests :: TestTree tests = testGroup "Testing..." [spec]
module Main where import Data.Tree.RoseSpec import Test.Tasty main :: IO () main = defaultMain tests tests :: TestTree tests = testGroup "Testing..." [spec]