[project @ 1996-01-08 20:28:12 by partain]
[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}