We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Validation e a type is missing the following instances:
Validation e a
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.
base
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 forValidation e a
.The text was updated successfully, but these errors were encountered: