Skip to content

Commit

Permalink
Overfull hboxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sudonatalie committed Jun 2, 2017
1 parent 14a0de8 commit ae2b95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chapters/Float.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to our Agda branch which, when enabled, will float the pattern lets up through t

In combination with our option:
\begin{verbatim}
--cross-call-float float pattern bindings across function calls
--cross-call-float float pattern bindings across function calls
\end{verbatim}

bindings can also be shared across function calls.
Expand Down
2 changes: 1 addition & 1 deletion Chapters/GenPlet.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In this chapter we present our optimisation to generate pattern lets. In Section
We added the option:

\begin{verbatim}
--ghc-generate-pattern-let make the GHC backend generate pattern lets
--ghc-generate-pattern-let make the GHC backend generate pattern lets
\end{verbatim}

to our Agda branch which, when enabled, will generate pattern lets in the GHC backend during compilation.
Expand Down

0 comments on commit ae2b95d

Please sign in to comment.