Skip to content

Commit

Permalink
Chapters/Conclusion.lhs: Fixed two spacing typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframKahl committed Jun 7, 2017
1 parent c3cb617 commit bb4866b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Chapters/Conclusion.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ the Agda development community.

Primarily, as shown by the results of the applications of our optimisations, our
optimisations will reduce the runtime execution and heap allocation requirements
of many Agda programs
of many Agda programs%
% with a negligible impact on compile time
%\edcomm{WK}{I don't recall where you showed measurements\ldots}
, and do not show adverse
Expand Down Expand Up @@ -66,10 +66,11 @@ environments would be better refactored into reader monad transformers, which
would allow an inherited environment to be bound to the function results and
passed through to subcomputations via the given monad.

Additionally, our floating optimisations would benefit from recognizing single-
alternative case expressions which are not immediately nested within an
enclosing let expression, as described in Chapter~\ref{cha:plet-floating}. In
the future, we also seek to expand this optimisation's transformation to
Additionally, our floating optimisations would benefit
from recognizing single-alternative case expressions
which are not immediately nested within an enclosing let expression,
as described in Chapter~\ref{cha:plet-floating}.
In the future, we also seek to expand this optimisation's transformation to
generate ``dummy'' pattern let expressions around said case expressions before
executing the floating transformations.

Expand Down

0 comments on commit bb4866b

Please sign in to comment.