Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 233 Bytes

Monads and Monoids.md

File metadata and controls

2 lines (2 loc) · 233 Bytes

Monads and Monoids

In functional programming there are these types called Monad and Monoid that let you build very complex things in a non-complex and composable way. This section will reinvent these two types from bottom up.