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
In base 4.11, Semigroup was made a superclass of Monoid, with mappend belonging to Semigroup. This results in the following error:
src/Text/Digestive/Form/Encoding.hs:42:10:error:*No instance for (SemigroupFormEncType)
arising from the superclasses of an instance declaration
*In the instance declaration for `MonoidFormEncType'|42| instance MonoidFormEncTypewhere|^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
In base 4.11, Semigroup was made a superclass of Monoid, with mappend belonging to Semigroup. This results in the following error:
The text was updated successfully, but these errors were encountered: