- Timestamp:
- Nov 28, 2007, 7:51:53 PM (18 years ago)
- Author:
- neil.c.c.brown
- Message:
-
Added the diagram with a Named item and rearranged the surrounding slides to spread out the content better.
- Location:
- docs/trunk/200711-tock-seminars
- Files:
-
- 2 edited
- 200711-A-tock-slides.tex (modified) (5 diffs)
- Tock-Pattern-Named.png (modified) ( previous)
Legend:
- Unmodified
- Added
- Removed
-
docs/trunk/200711-tock-seminars/200711-A-tock-slides.tex
r71 r72 481 481 | Named String Pattern 482 482 | Match Constr [Pattern] 483 (削除) (削除ここまで)484 (削除) label @@ patt = Named label patt (削除ここまで)485 483 \end{lstlisting} 486 484 \lstset{emph={}} … … 495 493 \only<1>{\includegraphics[width=80mm]{Tock-Pattern.png}} 496 494 \only<2>{\includegraphics[width=80mm]{Tock-Pattern-Alt.png}} 495 (追記) (追記ここまで) 496 (追記) ~ %Putting a "character" here helps the alignment between these (追記ここまで) 497 (追記) % two diagrams and the one on the next slide be closer. (追記ここまで) 497 498 \end{frame} 498 499 … … 500 501 \frametitle{Labeling a pattern: return ??;} 501 502 \includegraphics[width=80mm]{Tock-Pattern-Named.png} 503 (追記) (追記ここまで) 504 (追記) \lstinline|label @@ patt = Named label patt| (追記ここまで) 502 505 \end{frame} 503 506 … … 515 518 ]) 516 519 testOutput 520 (追記) (追記ここまで) 521 (追記) singleAssign' lhv rhv (追記ここまで) 522 (追記) = mAssign (mVarList [lhv]) (mExprList [mJustVar rhv]) (追記ここまで) 517 523 \end{lstlisting} 518 524 %FIXME: Point out that singleAssign' can be reused between tests … … 525 531 \end{itemize} 526 532 \begin{lstlisting}[escapechar=\%] 527 singleAssign' lhv rhv 528 = mAssign (mVarList [lhv]) (mExprList [mJustVar rhv]) 529 533 mBlock = tag1 Assign 530 534 mAssign = tag2 Assign 531 535
Note:
See TracChangeset
for help on using the changeset viewer.