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

Remove Show superclass on Alpha #36

Open
Jashweii opened this issue Apr 25, 2019 · 1 comment
Open

Remove Show superclass on Alpha #36

Jashweii opened this issue Apr 25, 2019 · 1 comment

Comments

@Jashweii
Copy link

This would be a breaking change for anything using show* but constrained only on Alpha. Bind's nthPatFind and namePatFind wouldn't be able to show the specific bind for errors anymore.

  • remove (Show a) => (Alpha.hs 160)
  • remove (Show t) => (Ignore.hs 35)
  • remove " ++ show b ++ " (Bind.hs 66/67)

(These are the changes that I could find.)

@lambdageek
Copy link
Owner

This is worth exploring. I'd be curious to see a PR that got rid of the Show constraint.

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

No branches or pull requests

2 participants