| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
MuCheck.Interpreter
Documentation
type InterpreterOutput a = Either InterpreterError (String, a) Source
mutantCheckSummary :: Summarizable a => [String] -> String -> [String] -> FilePath -> IO [a] Source
runCodeOnMutants :: Typeable * t => [[Char]] -> [Char] -> [Char] -> IO [Either InterpreterError (String, t)] Source
evalMethod :: (MonadInterpreter m, Typeable t) => String -> String -> String -> m (String, t) Source
Constructors
| TSum | |
Fields
| |
Constructors
| TSSum | |
Fields
| |
type MutantFilename = String Source
class Typeable s => Summarizable s where Source
Methods
testSummary :: [MutantFilename] -> [InterpreterOutput s] -> TSum Source
suiteSummary :: [[InterpreterOutput s]] -> TSSum Source
Instances