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
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
I was going to make this quickly now but turn out this is really a bad class that is only >= 8.0 and using other stuff from >= 8.0 only (base's NonEmpty). so that brings lots of compat to write ...
Why not make it only available for people on 8.0 and above? That way you can either use foundation stuff, or if you are on the latest base, the type classes which are floating around anyway "just work".
if you don't do the compat work at the class level, then all the deriving need to be #ifdef at every single place you instance/derive Semigroup. this is a one level of magnitude uglier than doing the compat work just like Foundation.Class.Bifunctor.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At least for String, on newer base versions. Probably for arrays too.
The text was updated successfully, but these errors were encountered: