Skip to content

[#710] add `Buildable` instances for Unit, tuples up to 8 elements & bytestrings

Andrei Dziahel requested to merge develop7/710-more-buildable into master

Description

Introduce Buildable instances requested in #710 (closed)

ByteStrings' content is printed as hex dump

Resolves #710 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it. (there's no separate tests covering Cleveland/Instances)
    • 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 Andrei Dziahel

Merge request reports

Loading