Skip to content

[#414] Fix issues found while going through contract

Description

While checking the contracts, some issues were found. This MR resolves three of them:

  1. Debugger considers MAP as a loop and complex instruction.
  2. Strings are shown with quote marks.
  3. While printing annotations, parentheses are appropriately added.

Related issue(s)

Resolves some issues found doing #414 (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 Heitor Toledo Lassarote de Paula

Merge request reports