day2/session1.tex
changeset 78 ec1346330649
parent 76 b24c2560f626
child 95 691608044ae7
equal deleted inserted replaced
77:3cb7e25f7c0e 78:ec1346330649
   132   \frametitle{The \num\ module}
   132   \frametitle{The \num\ module}
   133   \begin{itemize}
   133   \begin{itemize}
   134       \item Why?
   134       \item Why?
   135   \item What:
   135   \item What:
   136     \begin{itemize}
   136     \begin{itemize}
   137     \item An efficient and powerful array type for various common data
   137     \item An efficient and powerful array type for various common data types
   138       types
   138     \item Abstracts out the most commonly used standard operations on arrays
   139     \item Abstracts out the most commonly used standard operations on
       
   140       arrays
       
   141     \end{itemize}
   139     \end{itemize}
   142   \end{itemize}
   140   \end{itemize}
   143 \end{frame}
   141 \end{frame}
   144 
   142 
   145 \begin{frame}[fragile]
   143 \begin{frame}[fragile]