[project @ 1997-03-14 05:31:07 by sof]
[ghc-hetmet.git] / ghc / CONTRIB / pphs / docs / Haskell_simple.tex
1 \begin{verbatim}
2 foobar a b = c
3            where
4                c = a + b
5 \end{verbatim}