-
Notifications
You must be signed in to change notification settings - Fork 5
Adding support for untyped conversion-checking #64
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
Merged
Merged
Changes from 42 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
0bb536e
function definition
MevenBertrand 5ba1536
rebase
MevenBertrand fdf2ad1
everything builds again
MevenBertrand 1eb362b
better typed algorithmic typing
MevenBertrand 8deb6c7
untyped algorithm and soundness
MevenBertrand ad7f573
strengthening
MevenBertrand a06eecd
soundness and completeness of the relation
MevenBertrand 9e1febd
function update
MevenBertrand 1ac4ffd
metaprogramming premise preservation
MevenBertrand f184228
cleanups in algorithmic typing def and lemmas
MevenBertrand a0a835e
moving to the new lemmas – type and neutral conversion
MevenBertrand 77f9185
finish new lemmas + clean-up until completeness
MevenBertrand 1ba5474
finalise the move of typed conversion
MevenBertrand 86b8811
updated algo conversion
MevenBertrand f125600
completeness
MevenBertrand 4eb59d2
untyped termination
MevenBertrand 631bacd
QED
MevenBertrand a5c3705
first jab at negative soundness
MevenBertrand 46dc50d
injectivity of universe constructors
MevenBertrand 54453c5
filling in the id head mismatches
MevenBertrand 0d39255
declarative neutral conversion
MevenBertrand cd601cf
full negative soundness!
MevenBertrand 7564093
moving validity
MevenBertrand 9020eca
more moving
MevenBertrand 24dfc58
adding support for autosubst in the makefile
MevenBertrand c81bd25
non-logrel boundary proof
MevenBertrand 390acbc
reorganisation of the consequences of the logical relation
MevenBertrand b9648c7
algorithmic conversion
MevenBertrand 7f73475
finished the algo judgements
MevenBertrand 9f19523
import cleanups
MevenBertrand 6550db5
going through the function defs
MevenBertrand c7501f1
towards negative soundness
MevenBertrand 04a2e0e
finished the refactoring!
MevenBertrand 18c05e8
add the metacoq dependency
MevenBertrand 3a54212
update partialfun
MevenBertrand f063bbf
rebase on onlytermrel
MevenBertrand 4380252
update support for the autosubst package in 8.20
MevenBertrand 7490136
dependency graph fiddling
MevenBertrand 4e63950
metacoq removal
MevenBertrand c606865
more clean up
MevenBertrand 42de86c
cleaning up
MevenBertrand 17d31cb
typeclasses shenanigans
MevenBertrand e3b6139
remove metacoq from opam deps
MevenBertrand File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,4 +17,7 @@ Makefile.coq.conf | |
|
|
||
| _opam | ||
|
|
||
| *.dot | ||
| *.dot | ||
| docs/dependency_graph.png | ||
|
|
||
| docs/dependency_graph.pre | ||
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
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
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
Submodule coq-partialfun
updated
from 2caa18 to b8c22d
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.