You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we perhaps have a typeclass for right monoid actions as well? Something called RightAction perhaps and maybe even have LeftAction which aliases Action?
The text was updated successfully, but these errors were encountered:
It's a bit of work in progress, but I'm working on a monoid that unifiers associativity, precedence, fixity for pretty printers and parenthesising expressions turn out to be monoid actions. It's a left monoid action if the child is going to appear to the left of the parent operator and a right monoid action if it is to the right. Sorry, it's a bit sketchy at moment. I'd be happy to keep you posted when I make some more progress.
Can we perhaps have a typeclass for right monoid actions as well? Something called
RightAction
perhaps and maybe even haveLeftAction
which aliasesAction
?The text was updated successfully, but these errors were encountered: