External Publication
Visit Post

Mutation Testing in Haskell

Haskell Community [Unofficial] June 8, 2026
Source

A test suite for test suites, is it?

How can I tell that a mutation is

  1. indeed of undesired behaviour,
  2. sufficiently distinct from the original that it deserves its own test case?

Especially with AI-generated code, I venture that mutation might actually have a chance of improving the code. Isn’t that what genetic algorithms were about?

Discussion in the ATmosphere

Loading comments...