Skip to content

Add more instances that are included in base #36

@recursion-ninja

Description

@recursion-ninja

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions