summaryrefslogtreecommitdiff
path: root/ghc/CONTRIB/pphs/docs/Haskell_internalalign2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/CONTRIB/pphs/docs/Haskell_internalalign2.tex')
-rw-r--r--ghc/CONTRIB/pphs/docs/Haskell_internalalign2.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/ghc/CONTRIB/pphs/docs/Haskell_internalalign2.tex b/ghc/CONTRIB/pphs/docs/Haskell_internalalign2.tex
new file mode 100644
index 0000000000..80d17b6a16
--- /dev/null
+++ b/ghc/CONTRIB/pphs/docs/Haskell_internalalign2.tex
@@ -0,0 +1,4 @@
+\begin{verbatim}
+fst :: (a,b) -> a
+fst (x,_) = x
+\end{verbatim}