layout: series_index
title: “The ‘Understanding monoids’ series”

seriesIndexId: “Understanding monoids”

In this series, we’ll look at a very common “pattern” known as a monoid.

Monoids are not really a design pattern; more an approach to working with many different types of values in a common way.
In fact, once you understand monoids, you will start seeing them everywhere!