Context-extension for dependent-types (unif_rule BUG?)#25
Open
1337777 wants to merge 2 commits intoDeducteam:masterfrom
Open
Context-extension for dependent-types (unif_rule BUG?)#251337777 wants to merge 2 commits intoDeducteam:masterfrom
1337777 wants to merge 2 commits intoDeducteam:masterfrom
Conversation
This file will compare a usual traditional context-extension (categories with families, etc) versus a more general and clearer direct computational (strictified via Lambdapi rewrite rules) implementation as required for a proof assistant for categories/sheaves/schemes
Author
|
This pull requests also exposes a potential bug in Lambdapi unif_rule ? The minimal example scenario is simple: for any injective symbol Context_cat and for a rule (Context_cat (Terminal_catd $A)) ↪ $A then the following attempt to temporarily bypass injectivity does not work and Lambdapi raises an error when trying to register the rule, but it should work? //ERROR: |
Member
|
Hi. Could you please open an issue with a minimal example of what you would like to do and why? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This file will compare a usual traditional context-extension
(categories with families, etc) versus a more general and clearer
direct computational (strictified via Lambdapi rewrite rules) implementation
as required for a proof assistant for categories/sheaves/schemes