Skip to content

Add an Eq instance on GHC 8.6+ #47

@int-index

Description

@int-index

GHC 8.6 offers quantified constraints, meaning we can try to do something like this:

instance (forall a. Typeable a => Eq (f a)) => Eq (TypeRepMap f)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions