haskell-lectures/VL1/content/VL1_what_does_functional_mean2.tex
Julian Ospald f36590c9f4
Restructure files, make the latex code more modular
Also added a few more section to make beamer and article more
compatible.
2015-04-20 17:38:58 +02:00

5 lines
250 B
TeX

So, functional means:
\begin{itemizep}
\item \emph{first-class} citizens: functions are values and can be used as such
\item a haskell program is what happens when \emph{expressions are evaluated}, it's not about executing instructions
\end{itemizep}