Commit 8a5c4a94 by Mark Cohen

presentation: small correction

parent 840ba21e
Showing with 2 additions and 2 deletions
No preview for this file type
......@@ -1240,8 +1240,8 @@ end
\begin{frame}{Iteration: big payoff!}
\begin{align*}
\tt{for} :: \forall \gamma . \forall iota .&\\
&(\tt{item} :: \gamma \bs \tt{item}_\gamma) .\\
&(\tt{item} :: \iota \bs \tt{item}_\iota) .\\
&(\tt{item} ::_i \gamma \bs \tt{item}_\gamma) .\\
&(\tt{item} ::_i \iota \bs \tt{item}_\iota) .\\
&(\tt{next} ::_i \gamma \arrow (\tt{item}_\gamma * \gamma) \tt{ option} \bs \tt{next}_\gamma) .\\
&(\tt{insert} ::_i \iota \arrow \tt{item}_\iota \arrow \iota) .\\
&\gamma \arrow \iota \arrow (\tt{item}_\gamma \arrow \tt{item}_\iota) \arrow \iota
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment