Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into mark-wiemer-master
  • Loading branch information
ploeh committed Apr 20, 2022
2 parents 2694025 + eade1ae commit 3d3ab04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2018-09-10-the-lazy-functor.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ <h3 id="6adbe0c495f14e1eaac983c80df10ac4">
Summary <a href="#6adbe0c495f14e1eaac983c80df10ac4" title="permalink">#</a>
</h3>
<p>
In languages with eager evaluation (which is most of them), you can model deferred executation as a functor. This enables you to compose lazily evaluated expressions piecemeal.
In languages with eager evaluation (which is most of them), you can model deferred execution as a functor. This enables you to compose lazily evaluated expressions piecemeal.
</p>
<p>
<strong>Next:</strong> <a href="/2018/09/24/asynchronous-functors">Asynchronous functors</a>.
</p>
</div>
</div>

0 comments on commit 3d3ab04

Please sign in to comment.