Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julbinb committed Nov 22, 2023
1 parent 8a9a2a3 commit e122150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chapters/chap-evaluation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e122150

Please sign in to comment.