haskell-lectures/VL2/content/VL2_currying2.tex

4 lines
501 B
TeX

\ifger{Currying ist eigentlich eine mathematische Sache und ist auf wikipedia wie folgt definiert: }{Currying is sort of a mathematical thing and is defined on wikipedia as:} \\''Currying is the technique of translating the evaluation of a function that takes multiple arguments (or a tuple) into evaluating a sequence of functions, each with a single argument.'' -- Wikipedia
\vspace{\baselineskip}
\\
\ifger{Darüber müssen wir erstmal nachdenken.}{Let that sink in a little bit and read it again.}