sub-state-0.0.0.1: test/Spec.hs
module Spec where import Control.Monad.State.SubSpec import Test.Tasty main :: IO () main = defaultMain tests tests :: TestTree tests = testGroup "Testing..." [spec]
module Spec where import Control.Monad.State.SubSpec import Test.Tasty main :: IO () main = defaultMain tests tests :: TestTree tests = testGroup "Testing..." [spec]