diff --git a/src/chapters/chap-evaluation.tex b/src/chapters/chap-evaluation.tex index da0f109..c8cfa89 100644 --- a/src/chapters/chap-evaluation.tex +++ b/src/chapters/chap-evaluation.tex @@ -330,7 +330,7 @@ \section{Results}\label{sec:eval:results} In the first case, \begin{codeenvd} \begin{lstlisting} - Array{Tuple{Any, Array{T, N} where N, Bool} where T} + Array{Tuple{T, Array{T, N} where N, Bool} where T} \end{lstlisting} \end{codeenvd} the problem is that variable \cjl{T} occurs twice.