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

WIP: Add support for partial orders #774

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bclement-ocp
Copy link
Collaborator

I do not know yet if the proofs still pass, as this seems to be breaking trait resolution somehow. There are many instances (e.g. 08_haystack) where I get errors about Creusot's inability to find an instance for PartialOrdLogic but everything that used to have an OrdLogic instance should still have one, and OrdLogic implies PartialOrdLogic -- so I'm not sure what's going on there...

I do not know yet if the proofs still pass, as this seems to be breaking
trait resolution somehow.  There are many instances (e.g. 08_haystack)
where I get errors about Creusot's inability to find an instance for
PartialOrdLogic but everything that used to have an OrdLogic instance
should still have one, and OrdLogic implies PartialOrdLogic -- so I'm
not sure what's going on there...
@xldenis
Copy link
Collaborator

xldenis commented May 10, 2023

thanks for the PR, I'll take some time to read over during the week and take a look a the problems you faced.

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.

None yet

2 participants