Skip to content

[#160] add deriving of unbalanced Generic instances

Pinto Pasquale requested to merge pasqu4le/#160-unbalanced-generic-deriving into master

Description

Problem: IsoValue instances can be automatically derived, this is based on the Generic representation of a type. Generic instance are derived forming a balance tree, which results in a balanced complex IsoValue, however we sometimes want to control the shape of this IsoValue tree.

Solution: add a module implementing the feature of automatic deriving of unbalanced Generic instances using Template Haskell.

Related issue(s)

Resolves #160 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Pinto Pasquale

Merge request reports