Closed gdeest closed 5 years ago
Fixes #65.
Introduces a poly-kinded type family to allow users to associate tags to type, and corresponding type synonyms for all capabilities to shorten constraint declarations.
Also changes the 'Reader' example to make use of this feature.
PTAL.
Fixes #65.
Introduces a poly-kinded type family to allow users to associate tags to type, and corresponding type synonyms for all capabilities to shorten constraint declarations.
Also changes the 'Reader' example to make use of this feature.