Skip to content

Jcb/tm38 rename value

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

Description

This commit renames the Value types in Untyped and Typed. Since the commit has gotten very large, I will make another MR for renaming 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

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