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

(Re²)implement partial elements #1322

Open
ice1000 opened this issue Feb 13, 2025 · 0 comments
Open

(Re²)implement partial elements #1322

ice1000 opened this issue Feb 13, 2025 · 0 comments
Labels

Comments

@ice1000
Copy link
Member

ice1000 commented Feb 13, 2025

Re #1293: we actually do need to deal with more-than-one clauses in partials, for convenience of implementing the argument of hcom. We will need to support this:

partial {
| i = j => M₁
| k = i => M₂
| k = j => M₃
}

And the type checking of this term will make sure things like i = j, k = i ⊢ M₁ = M₂.

Then, we will write partial types using a syntax of cofibration expressions. So we will need disjunctions. I don't right now see any use of conjunctions, so we do not have to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant