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