test-monad-laws-0.0.0.0: Laws for mtl classes as QuickCheck properties.

Safe HaskellNone
LanguageHaskell2010

Test.Monad.State.Checkers

Documentation

checkState :: forall m s. (MonadState s m, Constructible s, TestEq (m ()), TestEq (m s)) => [(String, Property)] Source #