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

Add implication. #110

Merged
merged 1 commit into from
Oct 6, 2022
Merged

Add implication. #110

merged 1 commit into from
Oct 6, 2022

Conversation

chriseth
Copy link
Collaborator

@chriseth chriseth commented Oct 6, 2022

No description provided.

src/smt.rs Outdated
@@ -68,6 +68,7 @@ pub enum SMTOp {
And,
Or,
Ite,
Impl,
Copy link
Owner

@leonardoalt leonardoalt Oct 6, 2022

Choose a reason for hiding this comment

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

Can you name it Implies instead? Below it looks confusing to me vs Rust's Impl

@leonardoalt leonardoalt merged commit 25285e1 into main Oct 6, 2022
@leonardoalt leonardoalt deleted the impl branch October 6, 2022 12:59
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