2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Backtracking

This commit is contained in:
Martin Thoma 2014-03-18 15:45:40 +01:00
parent 1e9968f7db
commit 682d2a6f21
6 changed files with 62 additions and 7 deletions

View file

@ -102,7 +102,9 @@ Die Funktionsapplikation sei linksassoziativ. Es gilt also:
Die Call-By-Name Auswertung wird in Funktionen verwendet.
Haskell verwendet die Call-By-Name Auswertungsreihenfolge zusammen mit \enquote{sharing}. Dies nennt man Lazy Evaluation.
Haskell verwendet die Call-By-Name Auswertungsreihenfolge zusammen mit \enquote{sharing}. Dies nennt man \textit{Lazy Evaluation}. Ein spezialfall der Lazy-Evaluation ist die sog. \textit{Kurzschlussauswertung}.\xindex{Kurzschlussauswertung}\xindex{Short-circuit evaluation}
Das bezeichnet die Lazy-Evaluation von booleschen Ausdrücken.
\todo[inline]{Was ist sharing?}
\begin{definition}[Call-By-Value]\xindex{Call-By-Value}%