Difference between revisions of "Blog articles/Testing"
From HaskellWiki
DonStewart (talk | contribs) |
DonStewart (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | == Testing, correctness and proofs == | |
* [http://haskell.org/haskellwiki/Introduction_to_QuickCheck Introduction to QuickCheck] | * [http://haskell.org/haskellwiki/Introduction_to_QuickCheck Introduction to QuickCheck] | ||
Line 7: | Line 7: | ||
* [http://neilmitchell.blogspot.com/2007/05/does-xmonad-crash.html Does XMonad crash? On proving pattern coverage with Catch] | * [http://neilmitchell.blogspot.com/2007/05/does-xmonad-crash.html Does XMonad crash? On proving pattern coverage with Catch] | ||
* [http://neilmitchell.blogspot.com/2007/05/preconditions-on-xmonad.html Preconditions on XMonad] | * [http://neilmitchell.blogspot.com/2007/05/preconditions-on-xmonad.html Preconditions on XMonad] | ||
+ | |||
+ | == Further reading == | ||
+ | |||
+ | * [http://haskell.org/haskellwiki/Research_papers/Testing_and_correctness Research papers on testing, proofs and correctness] |