Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 689 Bytes

understanding-monoids.md

File metadata and controls

17 lines (11 loc) · 689 Bytes
layout title seriesIndexId
series_index
The 'Understanding monoids' series
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!