summaryrefslogtreecommitdiff
path: root/ghc/CONTRIB/pphs/docs/Haskell_internalalign2.tex
blob: 80d17b6a16298625b5e2a1daa3971c52f1b47eae (plain)
1
2
3
4
\begin{verbatim}
fst            :: (a,b) -> a
fst (x,_)       = x
\end{verbatim}