Skip to content

[#34] Typo in contract converter

Anton Myasnikov requested to merge awkure/#34-Typo-in-contract-converter into master

Description

There was a typo in contract printer that prints lambdas with equal input and output types which is not always the case.

Related issue(s)

Resolves #34 (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:

Stylistic guide (mandatory)

Merge request reports