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

Simplify the Eq/Ord instances for FT #216

Merged
merged 1 commit into from
Jun 26, 2022
Merged

Simplify the Eq/Ord instances for FT #216

merged 1 commit into from
Jun 26, 2022

Conversation

RyanGlScott
Copy link
Collaborator

While slightly more verbose, the new instance contexts avoid the need for overlapping instances or FlexibleContexts.

This should also allow free to compile with the changes in haskell/core-libraries-committee#10. cc @Bodigrim

While slightly more verbose, the new instance contexts avoid the need for
overlapping instances or `FlexibleContexts`.
@Bodigrim
Copy link

Awesome, it's sufficient for the purposes of haskell/core-libraries-committee#10

@RyanGlScott RyanGlScott merged commit 33bcb24 into master Jun 26, 2022
@RyanGlScott RyanGlScott deleted the clc-10 branch June 26, 2022 15:56
@RyanGlScott
Copy link
Collaborator Author

I've uploaded free-5.1.9 to Hackage with these changes.

@Ericson2314
Copy link

Ericson2314 commented Jun 26, 2022

I think this could be further simplified?

@RyanGlScott
Copy link
Collaborator Author

How so?

@Ericson2314
Copy link

I opened #217 for this. If it doesn't block haskell/core-libraries-committee#10 fine to just worry about later :).

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

Successfully merging this pull request may close these issues.

3 participants