diff --git a/_posts/2018-03-26-the-maybe-functor.html b/_posts/2018-03-26-the-maybe-functor.html index 19c1af60..b0d0a1f9 100644 --- a/_posts/2018-03-26-the-maybe-functor.html +++ b/_posts/2018-03-26-the-maybe-functor.html @@ -15,7 +15,7 @@ This article is an instalment in an article series about functors.

- One of the simplest, and easiest to understand, functors is Maybe. It's also sometimes known as the Maybe monad, but this is not a monad tutorial; it's a functor tutorial. Maybe is many things; one of them is a functor. In F#, Maybe is called option. + One of the simplest, and easiest to understand, functors is Maybe. It's also sometimes known as the Maybe monad, but this is not a monad tutorial; it's a functor tutorial. Maybe is many things; one of them is a functor. In F#, Maybe is called option.

Motivation #