HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Short-circuiting

Categories: Glossary

The term short-circuiting is used for avoiding the computation of results that are not needed anyway. E.g. in False && a the second operand needs not to be evaluated because the result is False in any case. So short-circuiting is somehow a synonym to lazy evaluation.

Retrieved from "http://www.haskell.org/haskellwiki/Short-circuiting"

This page has been accessed 493 times. This page was last modified 07:43, 24 January 2008. Recent content is available under a simple permissive license.