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

Add more instances that are included in base #36

Open
recursion-ninja opened this issue Apr 19, 2019 · 0 comments
Open

Add more instances that are included in base #36

recursion-ninja opened this issue Apr 19, 2019 · 0 comments

Comments

@recursion-ninja
Copy link
Contributor

recursion-ninja commented Apr 19, 2019

The Validation e a type is missing the following instances:

  • Eq e => Eq1 (Validation e)
  • Eq2 Validation
  • Ord e => Ord1 (Validation e)
  • Ord2 Validation
  • Show e => Show1 (Validation e)
  • Show2 Validation
  • (Read a, Read e) => Read (Validation e a)
  • Read e => Read1 (Validation e)
  • Read2 Validation

Since these are wrapped into base, they should be defined for Validation e a.

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

1 participant