Skip to content

[#73] Replace `Kind.Type` with `Type`.

Description

Problem: Writing Kind.Type everywhere is too verbose.

Solution: Firstly, rename data Type from Michelson.Untyped.Type with Ty. Secondly, use Prelude.Type instead of Data.Kind.Type everywhere, which leads to replacing Kind.Type with just a Type. Add changes to morley's and lorentz's CHANGES.md

Related issue(s)

Resolves #73 (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 Alyona Antonova

Merge request reports