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

[asl] Fix definition of Lowest Common Ancestor on tuples. #901

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

Roman-Manevich
Copy link
Collaborator

Removed the requirement that elements of types must type-satisfy each other.
This means that the type of if cond then (0, 63) else (0, 31) is (integer{0}, integer{63,31}).

Removed the requirement that elements of types must type-satisfy
each other.
This means that the type of `if cond then (0, 63) else (0, 31)`
is `(integer{0}, integer{63,31})`.
Copy link
Member

@jalglave jalglave left a comment

Choose a reason for hiding this comment

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

LGTM

@Roman-Manevich Roman-Manevich merged commit 5b9d630 into master Jul 18, 2024
3 checks passed
@Roman-Manevich Roman-Manevich deleted the asl-lca-fix-597 branch July 25, 2024 14:27
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.

2 participants