[project @ 1997-03-14 05:31:07 by sof]
[ghc-hetmet.git] / ghc / CONTRIB / pphs / docs / Haskell_internalalign2.tex
1 \begin{verbatim}
2 fst            :: (a,b) -> a
3 fst (x,_)       = x
4 \end{verbatim}