Skip to content

DONT MERGE: proofs rely on order of set elems #182

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shua
Copy link
Contributor

@shua shua commented Jul 3, 2024

No description provided.

@@ -0,0 +1,1191 @@
1573,1597c1573,1598
< DEBUG assumptions={}, data={u32 = !ty_1, Not(!ty_1)}
< prove goal={u32 = ?ty_0, Not(?ty_0)}, assumptions={}, env=Env { variables: [?ty_0], bias: Completeness }, decls=decls(222, [trait Foo <ty> , trait Not <ty> ], [impl Foo(u32), impl <ty> Foo(^ty0_0) where {Not(^ty0_0)}], [], [], [], [], {Foo, Not}, {})
Copy link
Contributor Author

Choose a reason for hiding this comment

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

in main, the ty = var is checked first (and probably instantiates the variable for the later check)

< DEBUG result_set={Constraints { env: Env { variables: [], bias: Completeness }, known_true: true, substitution: {} }}
---
> DEBUG assumptions={}, data={Not(!ty_1), u32 = !ty_1}
> prove goal={Not(?ty_0), u32 = ?ty_0}, assumptions={}, env=Env { variables: [?ty_0], bias: Completeness }, decls=decls(222, [trait Foo <ty> , trait Not <ty> ], [impl Foo(u32), impl <ty> Foo(^ty0_0) where {Not(^ty0_0)}], [], [], [], [], {Foo, Not}, {})
Copy link
Contributor Author

Choose a reason for hiding this comment

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

In this branch, the ty = var comes later

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.

1 participant