@hackage TLT0.1.0.0
Testing in monads and transformers without explicit specs
Installation
Dependencies (10)
- HUnit >=1.6.2 && <1.7
- STMonadTrans >=0.4.6 && <0.5
- ansi-terminal >=0.11.1 && <0.12
- base >=4.14.3 && <4.15 || >=4.15.1 && <4.16 || >=4.16.0 && <4.17
- either >=5.0.1 && <5.1
- free >=5.1.7 && <5.2 Show all…
Dependents (2)
@hackage/BPS, @hackage/TastyTLT
TLT
TLT is a Haskell test framework oriented towards stacked monad
transformers. TLT has no explicit test specifications. Tests are run
where declared, with results accumulated and reported at the end.
Tests can live in an arbitrary monad transformer so long as the TLT
transformer is part of the stack. Some control of the results display
is available.
See the TLT Haddock page for instructions and examples.