September 2016
Intermediate to advanced
408 pages
9h 18m
English
The libraries in this subsection are as follows:
There are two testing libraries that are rather novel in Haskell: QuickCheck and doctest. QuickCheck lets the programmer just state a property for a function, leaving it to the library to try proving it false.
Doctest builds on the ingenious idea of combining test cases with docstrings. It's especially useful in libraries, because it gives users reading the documentation always up-to-date information about properties and use ...
Read now
Unlock full access