Skip to content

Commit

Permalink
Link to article about Maybe monad
Browse files Browse the repository at this point in the history
  • Loading branch information
ploeh committed Apr 8, 2024
1 parent 3b36dbf commit a7ef430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2018-03-26-the-maybe-functor.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
This article is an instalment in <a href="/2018/03/22/functors">an article series about functors</a>.
</p>
<p>
One of the simplest, and easiest to understand, functors is <em>Maybe</em>. It's also sometimes known as the <em>Maybe monad</em>, but this is not a monad tutorial; it's a functor tutorial. Maybe is many things; one of them is a functor. In <a href="http://fsharp.org">F#</a>, Maybe is called <code>option</code>.
One of the simplest, and easiest to understand, functors is <em>Maybe</em>. It's also sometimes known as the <a href="/2022/04/25/the-maybe-monad">Maybe monad</a>, but this is not a monad tutorial; it's a functor tutorial. Maybe is many things; one of them is a functor. In <a href="http://fsharp.org">F#</a>, Maybe is called <code>option</code>.
</p>
<h3 id="e9a74dc1e498466a9f8bf63224867176">
Motivation <a href="#e9a74dc1e498466a9f8bf63224867176" title="permalink">#</a>
Expand Down

0 comments on commit a7ef430

Please sign in to comment.