Lists: Fix a typo in Monoids
This commit is contained in:
parent
84d5c6a7e3
commit
8754f5c9c6
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ postulate
|
|||
## Monoids
|
||||
|
||||
Typically when we use a fold the operator is associative and the
|
||||
value is a left and right identity for the value, meaning that the
|
||||
value is a left and right identity for the operator, meaning that the
|
||||
operator and the value form a _monoid_.
|
||||
|
||||
We can define a monoid as a suitable record type:
|
||||
|
|
Loading…
Reference in a new issue