@inbook{35dac4456bd44c92acd4b754264beb2c,
title = "How to replace failure by a list of successes a method for exception handling, backtracking, and pattern matching in lazy functional languages",
abstract = "Should special features for exception handling, backtracking, or pattern matching be included in a programming language? This paper presents a method whereby some programs that use these features can be re-written in a functional language with lazy evaluation, without the use of any special features. This method may be of use for practicing functional programmers; in addition, it provides further evidence of the power of lazy evaluation. The method itself is straightforward: each term that may raise an exception or backtrack is replaced by a term that returns a list of values. In the special case of pattern matching without backtracking, the method can be applied even if lazy evaluation is not present. The method should be suitable for applications such as theorem proving using tacticals, as in ML/LCF.",
author = "Philip Wadler",
year = "1985",
doi = "10.1007/3-540-15975-4_33",
language = "English",
isbn = "978-3-540-15975-9",
series = "Lecture Notes in Computer Science",
publisher = "Springer",
pages = "113--128",
editor = "Jean-Pierre Jouannaud",
booktitle = "Functional Programming Languages and Computer Architecture",
address = "United Kingdom",
}