Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sudonatalie committed Jun 6, 2017
1 parent 0ff87cd commit 5551471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapters/GenPlet.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ For a complete listing of our implementation of the pattern let generating optim
\section{Application}
\label{sec:plet_app}

Triangle3sPB gives us an sample usage of mathematical pullbacks, by constructing triangle-shaped graphs and products of those graphs, as an example. These types of computations are relevant and important in many graph-rewriting calculations and can benefit from our optimisations.
The Agda module \AgdaModule{Triangle3sPB} gives us an sample usage of mathematical pullbacks, by constructing triangle-shaped graphs and products of those graphs, as an example. These types of computations are relevant and important in many graph-rewriting calculations and can benefit from our optimisations.

When we compile this module once without @--ghc-generate-pattern-let@ on, and once again with @--ghc-generate-pattern-let@ enabled, a unified diff of the two generated Haskell files gives us what is shown in Figure~\ref{fig:Triangle_genplet}. Both times, the module was compiled with @--inline-proj@.

Expand Down

0 comments on commit 5551471

Please sign in to comment.