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

Continuation hole #6

Merged
merged 32 commits into from
Feb 6, 2024
Merged

Continuation hole #6

merged 32 commits into from
Feb 6, 2024

Conversation

adelaett
Copy link
Collaborator

@adelaett adelaett commented Jan 9, 2024

Using continuation holes and the new typing invariant.

Must repair the proofs.

@adelaett
Copy link
Collaborator Author

adelaett commented Feb 6, 2024

@denismerigoux you wanted to review the changes.

I want to merge so i can make other PR on top of this one with the others solutions we discussed together.

Copy link
Contributor

@denismerigoux denismerigoux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @adelaett ! I left several markers where I think you can clean up old commented code. Remember that in the end, the repo will have to be clean since we will submit it as an artifact to the future paper :)

theories/continuations.v Outdated Show resolved Hide resolved
theories/simulation_sred_to_cred.v Outdated Show resolved Hide resolved
theories/simulation_sred_to_cred.v Outdated Show resolved Hide resolved
theories/simulation_sred_to_cred.v Outdated Show resolved Hide resolved
@@ -31,6 +31,7 @@ Inductive term :=
| Match_ (u t1: term) (t2: {bind term})
| ENone
| ESome (t: term)
(* | Fold (f: {bind 2 term}) (ts: list term) (t: term) *)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this you will add later in your work :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes indeed!

@adelaett adelaett merged commit 87a3530 into main Feb 6, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants