-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Automated Mutation Testing for SmallCheck tests -- -- This package contains the test adapter for SmallCheck tests to use it -- with MuCheck @package MuCheck-SmallCheck @version 0.3.0.0 -- | Module for using quickcheck properties module Test.MuCheck.TestAdapter.SmallCheck type SmallCheckSummary = Maybe PropertyFailure -- | Summarizable instance of SmallCheckSummary instance Typeable PropertyFailure instance Summarizable SmallCheckSummary