| Copyright | Thodoris Papakonstantinou 2026 |
|---|---|
| License | LGPL-3 |
| Maintainer | dev@tpapak.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
TestHS
Description
A minimal pure-functional test harness. Build a list of Test values
using testPassed and testFailed, then report results with
reportTests (pure tests) or reportTestsIO (IO tests).
Exits with failure if any test fails.