Skip to content

[#457] Restore generating pairs in unpacking tests

Ilona Prikule requested to merge ixahedron/#457-fix-unpack-tests into master

Description

Problem: we now accept pairs of comparable types, but producing pairs in comparable types' generation is still commented out.

Solution: uncommented it and added another pretag (0x08) to untyped unpacking to fix the tests.

Related issue(s)

Resolves #457 (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)

Merge request reports