[#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
Stylistic guide (mandatory)
-
My commits comply with the following policy. -
My code complies with the style guide.
Edited by Alyona Antonova