Muex.Mutator.Boolean (Muex v0.7.0)

View Source

Mutator for boolean operators and literals.

Applies mutations to boolean operations:

  • and <-> or
  • && <-> ||
  • true <-> false
  • Remove negation: not x -> x