From ca19b14e627a27628db4d05a65bdbfd58286608e Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 30 May 2024 14:04:44 -0700 Subject: [PATCH] add monad post --- src/posts/2024-05-30-the-one-about-monads.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/posts/2024-05-30-the-one-about-monads.md diff --git a/src/posts/2024-05-30-the-one-about-monads.md b/src/posts/2024-05-30-the-one-about-monads.md new file mode 100644 index 0000000..a4b820b --- /dev/null +++ b/src/posts/2024-05-30-the-one-about-monads.md @@ -0,0 +1,9 @@ +--- +author: "Youwen Wu" +authorTwitter: "@youwen" +desc: "a rite of passage" +image: "./images/gradient-ascent.jpg" +keywords: "monads, haskell, category theory, programming" +lang: "en" +title: "the obligatory post about monads" +---