Difference between revisions of "Blog articles/Testing"
From HaskellWiki
DonStewart (talk | contribs) (→Coq) |
DonStewart (talk | contribs) (→Type checking for correctness) |
||
Line 1: | Line 1: | ||
− | == Type | + | == Type system enforcement == |
+ | * [http://blog.moertel.com/articles/2007/08/15/a-bright-future-security-and-modern-type-systems A bright future: security and modern type systems] | ||
* [http://weblog.raganwald.com/2007/07/can-your-type-checking-system-do-this.html Can your type checking system do this?] | * [http://weblog.raganwald.com/2007/07/can-your-type-checking-system-do-this.html Can your type checking system do this?] | ||
Revision as of 16:59, 23 September 2007
Contents
Type system enforcement
Testing, correctness and proofs
QuickCheck
- Introduction to QuickCheck
- QuickChecking a window manager
- Robustness and QuickCheck
- Parsec Parser Testing with QuickCheck
- QuickCheck : Why Testing code should be Laissez-faire
HUnit
Catch
- Does XMonad crash? On proving pattern coverage with Catch
- Preconditions on XMonad
- Equational Reasoning in Haskell
Proofs
GADTs
Coq
Isabelle
Related work
- See the section on theorem provers