Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type annotation and type signatures support #4504

Closed
wdanilo opened this issue Feb 5, 2023 · 0 comments
Closed

Type annotation and type signatures support #4504

wdanilo opened this issue Feb 5, 2023 · 0 comments
Assignees
Labels
-parser p-low Low priority x-new-feature Type: new feature request

Comments

@wdanilo
Copy link
Member

wdanilo commented Feb 5, 2023

This task is automatically imported from the old Task Issue Board and it was originally created by Wojciech Daniło.
Original issue is here.


Implementation and tests of type annotations and type signatures, as described in the design doc.

In particular, the following code should parse:

main =
    val1 : Bool
    val2 : Text
    val3 : List Int
    val1 = True
    val2 = "hello" : Text
    val3 = foo ([1, 2] : Vector Int)

Comments:

Keziah Wesley reports a new STANDUP for today (2022-08-17):

Progress: Finished PR for UUIDs and comments. Also implemented type annotations / signatures. It should be finished by 2022-08-17.

Next Day: Next day I will be working on the ##182807114 task. Start on dual-Unicode-encodings. (Enso Bot - Aug 17, 2022)


The [PR-3653](https://github.com//pull/3653) hasn't been integrated yet. It awaits approval from: @michael_mauderer , @farmaazon @murbanczyk and/or @wdanilo. Guys, can we get the PR reviewed so work on the [engine parser integration](https://www.pivotaltracker.com/n/projects/2539304/stories/182743471) can proceed? (jaroslavtulach - Aug 20, 2022)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-parser p-low Low priority x-new-feature Type: new feature request
Projects
None yet
Development

No branches or pull requests

2 participants