day1/Session-4.tex
changeset 85 8ca53181bee6
parent 65 a525e580bc43
child 86 f657495cf8b2
--- 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]