diff -r fde9223a5301 -r bb8c3dd8c75c slides/slides01.tex --- a/slides/slides01.tex Thu Nov 10 01:30:15 2016 +0000 +++ b/slides/slides01.tex Thu Nov 10 01:30:45 2016 +0000 @@ -100,7 +100,8 @@ \textcolor{codegreen}{\texttt{Float}}, \textcolor{codegreen}{\texttt{Double}}\\ \textcolor{codegreen}{\texttt{String}}, - \textcolor{codegreen}{\texttt{Char}} + \textcolor{codegreen}{\texttt{Char}}\\ + \textcolor{codegreen}{\texttt{Boolean}} \end{tabular} \end{center} @@ -114,7 +115,7 @@ \textcolor{codegreen}{\texttt{List[(BigInt, String)]}} & lists of BigInt-String\\ & pairs\\ - \textcolor{codegreen}{\texttt{List[List[Int]]}} \\ + \textcolor{codegreen}{\texttt{List[List[Int]]}} & list of lists of Int's\\ \end{tabular} \end{center}