equal
deleted
inserted
replaced
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 |