Context Navigation


Changeset 41


Ignore:
Timestamp:
Nov 24, 2007, 12:32:09 AM (18 years ago)
Author:
neil.c.c.brown
Message:

Added an experimental "colour mini-AST" on the everywhere slide, in case Adam wants to use it for illustration

Location:
docs/trunk/200711-tock-seminars
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • docs/trunk/200711-tock-seminars/200711-tock-slides.tex

    r40 r41
    249249\begin{itemize}
    250250 \item Haskell has a really good parser library (Parsec)
    251 \item Other ideas from (削除) 42 (削除ここまで) looked transferable
    251 \item Other ideas from (追記) ``42'' (追記ここまで) looked transferable
    252252 \item Lots of Haskell expertise at Kent
    253253 \item Lots of existing compilers in Haskell
    318318\begin{frame}[fragile]
    319319\frametitle{Scrapping Our Boilerplate}
    320(追記) \begin{columns} (追記ここまで)
    321(追記) \column{.8\textwidth} (追記ここまで)
    320322\begin{itemize}
    321323 \item \lstinline|everywhere| applies a generic function
    329331cStyleNames = everywhere (mkT doName)
    330332 where
    331 doName :: Name -> Name
    332 doName (Name s)
    333 = Name [if c == '.' then '_' else c | c <- s]
    334\end{lstlisting}
    333 doName :: Name -> Name
    334 doName (Name s)
    335 = Name [if c == '.' then '_' else c | c <- s]
    336\end{lstlisting}
    337\column{.2\textwidth}
    338\includegraphics[height=50mm]{Tock-Colour-AST.png}
    339\end{columns}
    335340\end{frame}
    336341
Note: See TracChangeset for help on using the changeset viewer.

AltStyle によって変換されたページ (->オリジナル) /