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

Redundancy / Exhaustiveness doesn't work with parenthesized types #1380

Closed
Negabinary opened this issue Aug 23, 2024 · 2 comments · Fixed by #1382
Closed

Redundancy / Exhaustiveness doesn't work with parenthesized types #1380

Negabinary opened this issue Aug 23, 2024 · 2 comments · Fixed by #1382

Comments

@Negabinary
Copy link
Contributor

image

type T = (+A+B) in
let x : T =  in
case x
  | A => 1
  | B => 2 
end
@cyrus-
Copy link
Member

cyrus- commented Aug 28, 2024

@pigumar1 do you have capacity to take a look?

@Negabinary
Copy link
Contributor Author

@cyrus I think I alrealdy fixed this in #1382

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants