diff --git a/Functional programming.pdf b/Functional programming.pdf index e75b912..ac399fc 100644 Binary files a/Functional programming.pdf and b/Functional programming.pdf differ diff --git a/Functional programming.tex b/Functional programming.tex index 23100f4..8f61315 100644 --- a/Functional programming.tex +++ b/Functional programming.tex @@ -68,7 +68,7 @@ \subtitle{Using the example of Haskell} \author[]{Amedeo Molnár - \href{mailto:nek0@nek0.eu}{nek0@nek0.eu}} %\institute{SRH Berufsbildungswerk Dresden gGmbH} - \date{13. Januar 2020} % Replace with date of the presentation + \date{20. January 2020} % Replace with date of the presentation \begin{frame}[plain] \maketitle @@ -114,8 +114,8 @@ can thus be passed as function arguments or be computation results themselves.}} \item \underline{Closures}\\ - {\onslide<5->{\color{lightgray}Functions can only access variables inside - context they have been created. This is possible even when the function + {\onslide<5->{\color{lightgray}Functions can only access variables inside the + context they have been created in. This is possible even when the function itself has left this context. In this case the variable values are frozen at the moment of departure inside the function.}} \item \underline{Lambdas}\\