Blog articles/Testing
From HaskellWiki
(Difference between revisions)
(→Testing, correctness and proofs) |
(→Testing, correctness and proofs) |
||
| Line 1: | Line 1: | ||
| + | == Type checking for correctness == | ||
| + | * [http://weblog.raganwald.com/2007/07/can-your-type-checking-system-do-this.html Can your type checking system do this?] | ||
| + | |||
== Testing, correctness and proofs == | == Testing, correctness and proofs == | ||
Revision as of 06:12, 10 July 2007
1 Type checking for correctness
2 Testing, correctness and proofs
- Introduction to QuickCheck
- QuickChecking a window manager
- On Unit Testing and Type Safety
- Robustness and QuickCheck
- Does XMonad crash? On proving pattern coverage with Catch
- Preconditions on XMonad
- Equational Reasoning in Haskell
