#Algebra
Boolean Monoid
The homework question asks ‘How many different instances of Monoid are there for the Boolean data type?’ In stead of a mathematical proof I chose a search, motivated by the fact that there are $16$ possible binary operators on the set $B = [True, False]$ and that I didn’t want to …