MuCheck-0.2.0.0: Automated Mutation Testing

Safe HaskellNone
LanguageHaskell2010

Test.MuCheck.MuOp

Synopsis

Documentation

data MuOp Source

Instances

(==>*) :: Mutable a => a -> [a] -> [MuOp] Source

(*==>*) :: Mutable a => [a] -> [a] -> [MuOp] Source

(~~>) :: (MonadPlus m, Eq a) => a -> a -> a -> m a Source

mkMp' :: (MonadPlus m, Typeable a) => MuOp -> a -> m a Source

same :: MuOp -> Bool Source

The function same applies on a MuOP determining if transformation is between same values.