|
|
|
|
|
by drumnerd
347 days ago
|
|
A monad is not a container! It’s a way of composing functions if they have an effect. You tell how to inject a value in that effect (unit) and how to compose two functions that have that effect and that’s it: programmable semicolons. |
|