80d17b6a16298625b5e2a1daa3971c52f1b47eae
[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}