Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No instance for (Semigroup FormEncType) #158

Open
cimmanon opened this issue Apr 12, 2020 · 1 comment
Open

No instance for (Semigroup FormEncType) #158

cimmanon opened this issue Apr 12, 2020 · 1 comment

Comments

@cimmanon
Copy link
Contributor

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 (Semigroup FormEncType)
        arising from the superclasses of an instance declaration
    * In the instance declaration for `Monoid FormEncType'
   |
42 | instance Monoid FormEncType where
   |          ^^^^^^^^^^^^^^^^^^
@ludat
Copy link

ludat commented Feb 9, 2024

isn't this issue already fixed by this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants