Skip to content

Jcb/tm38 rename instr infix

John Burnham requested to merge jcb/tm38-rename-instr-infix into master

Description

This commit renames the Value types in Untyped and Typed and Instr

Changes are:

  • Renaming CVal and Val to CValue and Value'
  • type Typed.Value = Value' Instr
  • type Untyped.Value = Value' Op
  • type Contract = Contract' Op
  • Changed Instr to infix :+>

Related issue(s)

https://issues.serokell.io/issue/TM-38

Checklist for your Merge Request

Related changes (conditional)

  • Tests

    • 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)

Edited by John Burnham

Merge request reports