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

Inductively Defined Subtyping Relations #343

Open
andrew-johnson-4 opened this issue May 18, 2024 · 0 comments
Open

Inductively Defined Subtyping Relations #343

andrew-johnson-4 opened this issue May 18, 2024 · 0 comments
Assignees

Comments

@andrew-johnson-4
Copy link
Owner

Currently

A <: B <: C

needs to be rewritten as

A+B+C <: B+C <: C

before it can be unified. This restriction is somewhat problematic for performance and some advanced type theory.

@andrew-johnson-4 andrew-johnson-4 self-assigned this May 19, 2024
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

No branches or pull requests

1 participant