From a7ef430dfdc97bae08271a1bf0fdc0d89ed20809 Mon Sep 17 00:00:00 2001 From: Mark Seemann Date: Mon, 8 Apr 2024 08:54:56 +0200 Subject: [PATCH] Link to article about Maybe monad --- _posts/2018-03-26-the-maybe-functor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2018-03-26-the-maybe-functor.html b/_posts/2018-03-26-the-maybe-functor.html index 19c1af602..b0d0a1f96 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 #