Skip to content

[TM-221] Add aliases and operators for Expr's constructors in Indigo

Description

Currently there weren't defined any aliases for operators for Expr inside Indigo.Expr that allows for Indigo contracts being readable. So this MR resolves this problem.

Related issue(s)

Resolves TM-221

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