Use "arguments" instead of "parameters"

Cette révision appartient à :
Julian Ospald 2015-04-15 17:45:46 +02:00
Parent fd0502e774
révision ac19614251
Signature inconnue de Gitea
ID de la clé GPG: 220CD1C5BDEED020
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -306,7 +306,7 @@ So the function gets an Int and returns an Int. Don't get confused by "\verb|->|
\begin{frame}[fragile]
\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
\setHaskellCodeStyle
\vspace{\baselineskip}