MuCheck-0.2.1.0: Automated Mutation Testing

Safe HaskellNone
LanguageHaskell2010

Test.MuCheck.Operators

Description

Available mutation operators

Synopsis

Documentation

comparators :: [MuOp] Source

comparison operators [""", ""=", "/=", "=="]

all available operators

predNums :: [MuOp] Source

predicates ["pred", "id", "succ"]

all available operators

binAriths :: [MuOp] Source

binary arithmetic ["+", "-", "*", "/"]

all available operators

arithLists :: [MuOp] Source

functions on lists ["sum", "product", "maximum", "minimum", "head", "last"]

all available operators

allOps :: [MuOp] Source

all available operators