haskell-lectures/VL2/content/VL2_what_you_should_know.tex

7 lines
231 B
TeX

\begin{itemize}
\item how to write polymorphic functions
\item how you inline functions
\item what currying is and why we need it in haskell
\item how you compose functions
\item how to abstract out recursion patterns
\end{itemize}