Use "arguments" instead of "parameters"
This commit is contained in:
parent
fd0502e774
commit
ac19614251
2
VL1.tex
2
VL1.tex
@ -306,7 +306,7 @@ So the function gets an Int and returns an Int. Don't get confused by "\verb|->|
|
|||||||
|
|
||||||
\begin{frame}[fragile]
|
\begin{frame}[fragile]
|
||||||
\frametitle{Functions and control structures (ctn.)}
|
\frametitle{Functions and control structures (ctn.)}
|
||||||
In haskell we often use \textbf{pattern matching}. That means we define a function multiple times, but e.g. for different values of its input parameters. Let's see:
|
In haskell we often use \textbf{pattern matching}. That means we define a function multiple times, but e.g. for different values of its input arguments. Let's see:
|
||||||
\pause
|
\pause
|
||||||
\setHaskellCodeStyle
|
\setHaskellCodeStyle
|
||||||
\vspace{\baselineskip}
|
\vspace{\baselineskip}
|
||||||
|
Loading…
Reference in New Issue
Block a user