haskell-lectures/VL2/content/VL2_reflection1.tex

7 líneas
246 B
TeX

\begin{itemize}
\item how to write polymorphic data types and 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}