Skip to content

Commit ee90693

Browse files
committed
Update
1 parent 8fe85dc commit ee90693

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

_posts/en/programming/2024-04-27-monads-first-definition.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
layout: post
33
lang: en
4-
title: "Monads: A First Definition"
5-
excerpt: ""
4+
title: "Monads: A First Definition"
5+
excerpt:
66
category: Programming
77
date: 2024-04-27 06:42:33
8-
tags: "Functional Programming","Monads"
8+
tags: "Functional Programming"
99
comments: false
1010
---
11-
1211
In the world of functional programming, monads can be defined as **algebraic structures that encapsulate values and computations, providing a coherent interface for the management of computational contexts**.
1312

1413
This definition, although more formal, maintains the essence of the monad concept as a container for values and behaviour.

0 commit comments

Comments
 (0)