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

ListLit of Sum Type with Hole report Inconsistency in Static Checker #1370

Open
GuoDCZ opened this issue Aug 13, 2024 · 1 comment
Open

ListLit of Sum Type with Hole report Inconsistency in Static Checker #1370

GuoDCZ opened this issue Aug 13, 2024 · 1 comment
Labels
bug critical critical bug

Comments

@GuoDCZ
Copy link

GuoDCZ commented Aug 13, 2024

Expect both lists pass static checker. We get 1 failed and the other passed.

Tested on dev f1274b6

image

Plain Code:

let x : +X(Bool) = in
let y : +X( ) = in
[y,x];
[x,y];
@cyrus-
Copy link
Member

cyrus- commented Aug 13, 2024

@Negabinary could you look into this?

@cyrus- cyrus- added the critical critical bug label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug critical critical bug
Projects
Status: Team Language
Development

No branches or pull requests

2 participants