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

Added Array type #79

Merged
merged 39 commits into from
Feb 8, 2022
Merged

Added Array type #79

merged 39 commits into from
Feb 8, 2022

Conversation

Meowcolm024
Copy link
Collaborator

Added type Array[T] as a super type of tuples. Following: (a, b, c) <: Array[a | b | c] as in #63

@Meowcolm024 Meowcolm024 requested a review from LPTK February 4, 2022 05:16
@Meowcolm024 Meowcolm024 self-assigned this Feb 4, 2022
@Meowcolm024 Meowcolm024 linked an issue Feb 4, 2022 that may be closed by this pull request
@Meowcolm024 Meowcolm024 marked this pull request as ready for review February 5, 2022 10:51
Copy link
Contributor

@LPTK LPTK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very impressive work, thanks!

I have many lower-level comments and change requests, but overall it looks good. Please go through all my comments and solve them.

shared/src/main/scala/mlscript/MLParser.scala Outdated Show resolved Hide resolved
shared/src/main/scala/mlscript/NormalForms.scala Outdated Show resolved Hide resolved
shared/src/main/scala/mlscript/NormalForms.scala Outdated Show resolved Hide resolved
shared/src/main/scala/mlscript/TyperHelpers.scala Outdated Show resolved Hide resolved
shared/src/main/scala/mlscript/TyperDatatypes.scala Outdated Show resolved Hide resolved
shared/src/main/scala/mlscript/Typer.scala Outdated Show resolved Hide resolved
shared/src/main/scala/mlscript/TyperDatatypes.scala Outdated Show resolved Hide resolved
shared/src/main/scala/mlscript/TyperDatatypes.scala Outdated Show resolved Hide resolved
shared/src/main/scala/mlscript/TyperHelpers.scala Outdated Show resolved Hide resolved
shared/src/main/scala/mlscript/helpers.scala Outdated Show resolved Hide resolved
@Meowcolm024 Meowcolm024 requested a review from LPTK February 7, 2022 11:09
@LPTK
Copy link
Contributor

LPTK commented Feb 8, 2022

@Meowcolm024 Okay, we're almost there! But there are a bunch of old and new unresolved conversations. Please don't forget to mark these as resolved when you're sure you've resolved them. It'll helps us a lot.

Copy link
Contributor

@LPTK LPTK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay great. I'll squash-merge this now!

@LPTK LPTK merged commit 55b39ab into mlscript Feb 8, 2022
@LPTK LPTK deleted the array-type branch February 8, 2022 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Array types
2 participants