-
Notifications
You must be signed in to change notification settings - Fork 237
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
Runtime irrelevance #2486
Comments
See #2346 for an earlier version of a similar line of thought... I'd be broadly in favour, but for the complicated balance of forces/compatibility issues (esp. wrt infective options) involved in what constitutes a 'standard' library. |
Note that you can implement
so you can plug your contradiction into a call to |
Cf. |
Is it a question to me? :) |
See also: |
There's also the issue of |
Absolutely! I raised this explicitly as a point for us to discuss after the merge of |
Hi. I'm trying to use erased annotations but as I can see agda stdlib doesn't really support them. What I stumbled upon so far:
⊥-elim
can't take an erased⊥
argument which is often needed when all proofs are erased.Σ
variants with erased first and second values called Exists and Subset which are also quite convenient to erase proofs.Here is an example.
Should maybe agda stdlib have something similar? That would require agda stdlib to have
--erasure
option enabled which requires all dependent modules to have it.The text was updated successfully, but these errors were encountered: