typo and date adjustment
This commit is contained in:
parent
a4cc35315b
commit
9453c34e0f
2 changed files with 3 additions and 3 deletions
Binary file not shown.
|
@ -68,7 +68,7 @@
|
||||||
\subtitle{Using the example of Haskell}
|
\subtitle{Using the example of Haskell}
|
||||||
\author[]{Amedeo Molnár - \href{mailto:nek0@nek0.eu}{nek0@nek0.eu}}
|
\author[]{Amedeo Molnár - \href{mailto:nek0@nek0.eu}{nek0@nek0.eu}}
|
||||||
%\institute{SRH Berufsbildungswerk Dresden gGmbH}
|
%\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]
|
\begin{frame}[plain]
|
||||||
\maketitle
|
\maketitle
|
||||||
|
@ -114,8 +114,8 @@
|
||||||
can thus be passed as function arguments or be computation results
|
can thus be passed as function arguments or be computation results
|
||||||
themselves.}}
|
themselves.}}
|
||||||
\item \underline{Closures}\\
|
\item \underline{Closures}\\
|
||||||
{\onslide<5->{\color{lightgray}Functions can only access variables inside
|
{\onslide<5->{\color{lightgray}Functions can only access variables inside the
|
||||||
context they have been created. This is possible even when the function
|
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
|
itself has left this context. In this case the variable values are frozen at
|
||||||
the moment of departure inside the function.}}
|
the moment of departure inside the function.}}
|
||||||
\item \underline{Lambdas}\\
|
\item \underline{Lambdas}\\
|
||||||
|
|
Loading…
Reference in a new issue