0
comment
comment
on 3/3/2015 7:54 AM
A Monoid is one of the most basic algebraic structures that has many instances and applications in computer science and (functional) programming. And despite it’s scary mathy name it’s really easy to grasp and you are using them already! first example A typical example of a Monoid for functional programmers are lists over some type. […]