monoid-subclasses
monoid-subclasses copied to clipboard
Subclasses of Monoid with a solid theoretical foundation and practical purposes
Results
2
monoid-subclasses issues
Sort by
recently updated
recently updated
newest added
Something along the lines of: ``` class (Ord m, LeftGCDMonoid m, MonoidNull m) => Lexicographic m where ``` To rule out cases where the ordering changes over the course of...
`TextualMonoid` has plenty of functionality that would be useful for non-`Char` containers, so I was thinking about ways to generalize it. It seems like the core concept is that for...