There are some inconsistent function names:
Mut vs Mutable
I don't really have an opinion on which is better, but I slightly prefer Mut, since it's shorter.
foldMap vs foldlMap
I don't think it makes much sense to have l or r in foldMap-like functions, since their point is that the order doesn't matter.
I think we should decide on a convention and then go with that, creating aliases and deprecating the old versions.
There are some inconsistent function names:
MutvsMutableI don't really have an opinion on which is better, but I slightly prefer
Mut, since it's shorter.foldMapvsfoldlMapI don't think it makes much sense to have
lorrinfoldMap-like functions, since their point is that the order doesn't matter.I think we should decide on a convention and then go with that, creating aliases and deprecating the old versions.