slides/slides01.tex
changeset 26 a7afc2540a88
parent 25 6253f4681451
child 32 45557ad18ea6
equal deleted inserted replaced
25:6253f4681451 26:a7afc2540a88
   113     \textcolor{codegreen}{\texttt{Set[Double]}}   & sets of Double's \\
   113     \textcolor{codegreen}{\texttt{Set[Double]}}   & sets of Double's \\
   114     \textcolor{codegreen}{\texttt{(Int, String)}} & Int-String pair\\
   114     \textcolor{codegreen}{\texttt{(Int, String)}} & Int-String pair\\
   115     \textcolor{codegreen}{\texttt{List[(BigInt, String)]}} &
   115     \textcolor{codegreen}{\texttt{List[(BigInt, String)]}} &
   116                                       lists of BigInt-String\\
   116                                       lists of BigInt-String\\
   117                                       & pairs\\
   117                                       & pairs\\
   118     \textcolor{codegreen}{\texttt{List[List[Int]]}} & list of lists\\                                  
   118     \textcolor{codegreen}{\texttt{List[List[Int]]}} & list of lists of Int's\\                                  
   119   \end{tabular}
   119   \end{tabular}
   120   \end{center}
   120   \end{center}
   121 
   121 
   122 \end{itemize}  
   122 \end{itemize}  
   123 
   123