[commit: ghc] master: Fix glitch in core-spec pdf (9f58cec)
git at git.haskell.org
git at git.haskell.org
Wed Jan 29 17:41:26 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9f58cecad296b268d25eb5519bc274493e4a8164/ghc
>---------------------------------------------------------------
commit 9f58cecad296b268d25eb5519bc274493e4a8164
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date: Wed Jan 29 18:41:07 2014 +0100
Fix glitch in core-spec pdf
>---------------------------------------------------------------
9f58cecad296b268d25eb5519bc274493e4a8164
docs/core-spec/core-spec.mng | 4 +++-
docs/core-spec/core-spec.pdf | Bin 339498 -> 339274 bytes
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/core-spec/core-spec.mng b/docs/core-spec/core-spec.mng
index 4e134e0..28540ac 100644
--- a/docs/core-spec/core-spec.mng
+++ b/docs/core-spec/core-spec.mng
@@ -75,7 +75,9 @@ We also leave abstract the function \coderef{basicTypes/Literal.lhs}{literalType
and the judgment \coderef{coreSyn/CoreLint.lhs}{lintTyLit} (written $[[G |-tylit lit : k]]$).
\subsection{Variables}
-
+\enlargethispage{10pt} % without this first line of "z" definition is placed on
+ % second page and it becomes the only line of text on that
+ % page, resulting in whole page being empty.
GHC uses the same datatype to represent term-level variables and type-level
variables:
diff --git a/docs/core-spec/core-spec.pdf b/docs/core-spec/core-spec.pdf
index b9a9f4b..5d9f29c 100644
Binary files a/docs/core-spec/core-spec.pdf and b/docs/core-spec/core-spec.pdf differ
More information about the ghc-commits
mailing list