| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.MuCheck.TestAdapter
Documentation
type InterpreterOutput a = Either InterpreterError (String, a) Source
type MutantFilename = String Source
class Typeable s => Summarizable s where Source
Minimal complete definition
Methods
testSummary :: [MutantFilename] -> [InterpreterOutput s] -> Summary Source