diff -r a525e580bc43 -r 8ca53181bee6 day1/Session-4.tex --- a/day1/Session-4.tex Thu Oct 08 19:00:39 2009 +0530 +++ b/day1/Session-4.tex Thu Oct 08 19:45:43 2009 +0530 @@ -254,11 +254,13 @@ \subsection{Functional programming} \begin{frame}[fragile] \frametitle{Functional programming} -What is the basic idea?\\ -Why is it interesting?\\ -\typ{map, reduce, filter}\\ -list comprehension\\ -generators + \begin{itemize} + \item What is the basic idea? + \item Why is it interesting? + \item \typ{map, reduce, filter} + \item list comprehension + \item generators + \end{itemize} \end{frame} \begin{frame}[fragile]