Compare commits

..

No commits in common. "0175749296a21c5364b7f0bb2553948eb1fc262f" and "4054da7d474cde67adf3bae858bc2ecc39e82b96" have entirely different histories.

View File

@ -204,16 +204,15 @@
\item \texttt{pp\_asnprevarlist}
\end{itemize}
\pause
\item \texttt{when} implementation error: division by zero for instance, so used the first trick (\texttt{when\_merge.node})
\item \texttt{when} implementation error: division by zero for instance
\pause
\item \texttt{->}: use global variable \texttt{init\_\{NODE\_NAME\}}\\
\texttt{1 -> 2 -> 3} returns \texttt{0} on first run and only \texttt{3} on the following ones, correct? (\texttt{arrow.node})
\item \texttt{->}
\pause
\item \texttt{pre}
\pause
\item \texttt{reset}% (\texttt{reset})
\item \texttt{reset}
\pause
\item Functions returning tuples thanks to Arnaud's linearization only have to deal with \texttt{(a0, a1, ..., an) = return\_tuple\_a0\_a1\_dots\_an(0)} (\texttt{function\_returning\_tuple.node})
\item Functions returning tuples thanks to Arnaud's linearization only have to deal with \texttt{(a0, a1, ..., an) = return\_tuple\_a0\_a1\_dots\_an(0)}
\end{itemize}
\end{frame}