Safe Haskell | None |
---|---|
Language | Haskell2010 |
Test.MuCheck.Run.Common
Documentation
type InterpreterOutput a = Either InterpreterError (String, a) Source
Constructors
TSum | |
Fields
|
type MutantFilename = String Source
class Typeable s => Summarizable s where Source
Methods
testSummary :: [MutantFilename] -> [InterpreterOutput s] -> TSum Source
Instances