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, 0 insertions, 4 deletions
diff --git a/ghc/CONTRIB/pphs/docs/Haskell_internalalign2.tex b/ghc/CONTRIB/pphs/docs/Haskell_internalalign2.tex
deleted file mode 100644
index 80d17b6a16..0000000000
--- a/ghc/CONTRIB/pphs/docs/Haskell_internalalign2.tex
+++ /dev/null
@@ -1,4 +0,0 @@
-\begin{verbatim}
-fst :: (a,b) -> a
-fst (x,_) = x
-\end{verbatim}