Blog articles/Testing
From HaskellWiki
(Difference between revisions)
(→Catch) |
(→Proofs) |
||
| Line 22: | Line 22: | ||
== Proofs == | == Proofs == | ||
| + | |||
| + | ===GADTs=== | ||
| + | |||
| + | * [http://www.iis.sinica.edu.tw/~scm/?p=32 Developing Programs and Proofs Spontaneously using GADT] | ||
| + | |||
| + | ===Coq=== | ||
* [http://www.rubrication.net/2007/04/24/strong-specifications/ Strong specifications in Coq: the type says everything] | * [http://www.rubrication.net/2007/04/24/strong-specifications/ Strong specifications in Coq: the type says everything] | ||
Revision as of 11:18, 7 August 2007
Contents |
1 Type checking for correctness
2 Testing, correctness and proofs
2.1 QuickCheck
- Introduction to QuickCheck
- QuickChecking a window manager
- Robustness and QuickCheck
- Parsec Parser Testing with QuickCheck
2.2 HUnit
2.3 Catch
- Does XMonad crash? On proving pattern coverage with Catch
- Preconditions on XMonad
- Equational Reasoning in Haskell
