4ca2bb50c75ddfdc826a3c8809e020005f962d78
[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}