slides/slides01.tex
changeset 25 6253f4681451
parent 23 8ac886bb0c15
child 26 a7afc2540a88
equal deleted inserted replaced
24:66b97f9a40f8 25:6253f4681451
    98     \textcolor{codegreen}{\texttt{Long}},
    98     \textcolor{codegreen}{\texttt{Long}},
    99     \textcolor{codegreen}{\texttt{BigInt}},
    99     \textcolor{codegreen}{\texttt{BigInt}},
   100     \textcolor{codegreen}{\texttt{Float}},
   100     \textcolor{codegreen}{\texttt{Float}},
   101     \textcolor{codegreen}{\texttt{Double}}\\
   101     \textcolor{codegreen}{\texttt{Double}}\\
   102     \textcolor{codegreen}{\texttt{String}},
   102     \textcolor{codegreen}{\texttt{String}},
   103     \textcolor{codegreen}{\texttt{Char}}
   103     \textcolor{codegreen}{\texttt{Char}}\\
       
   104     \textcolor{codegreen}{\texttt{Boolean}}
   104   \end{tabular}
   105   \end{tabular}
   105   \end{center}
   106   \end{center}
   106 
   107 
   107 \item Compound types    
   108 \item Compound types    
   108 
   109 
   112     \textcolor{codegreen}{\texttt{Set[Double]}}   & sets of Double's \\
   113     \textcolor{codegreen}{\texttt{Set[Double]}}   & sets of Double's \\
   113     \textcolor{codegreen}{\texttt{(Int, String)}} & Int-String pair\\
   114     \textcolor{codegreen}{\texttt{(Int, String)}} & Int-String pair\\
   114     \textcolor{codegreen}{\texttt{List[(BigInt, String)]}} &
   115     \textcolor{codegreen}{\texttt{List[(BigInt, String)]}} &
   115                                       lists of BigInt-String\\
   116                                       lists of BigInt-String\\
   116                                       & pairs\\
   117                                       & pairs\\
   117     \textcolor{codegreen}{\texttt{List[List[Int]]}} \\                                  
   118     \textcolor{codegreen}{\texttt{List[List[Int]]}} & list of lists\\                                  
   118   \end{tabular}
   119   \end{tabular}
   119   \end{center}
   120   \end{center}
   120 
   121 
   121 \end{itemize}  
   122 \end{itemize}  
   122 
   123