Chitil, Olaf and Huch, Frank
(2006)
A Pattern Logic for Prompt Lazy Assertions in Haskell.
In: Draft Proceedings of the 18th International Symposium on Implementation and Application of Functional Languages, IFL 2006.
Abstract
Assertions test expected properties of run-time values without disrupting the normal computation of a program. Here we present a library for enriching programs in the lazy language Haskell with assertions. Expected properties are written in an expressive pattern logic that combines pattern matching with logical operations and predicates. The presented assertions are lazy: they do not force evaluation but only examine what is evaluated by other parts of the program. They are also prompt: assertion failure is reported as early as possible, before a faulty value is used by the main computation.
- Depositors only (login required):