We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f02ef commit d969fa6Copy full SHA for d969fa6
hopdr/src/checker/mod.rs
@@ -528,7 +528,7 @@ impl<'a> Translator {
528
let g2 = self.destruct_trace(g2, |x| mk_conj_trace(TRACE_CONJ_RIGHT, x));
529
530
let left = Expr::mk_try_with(g1.clone(), g2.clone());
531
- let right = Expr::mk_try_with(g2.clone(), g2.clone());
+ let right = Expr::mk_try_with(g2.clone(), g1.clone());
532
if Into::<Option<Constraint>>::into(g1_fml.clone()).is_some() {
533
left
534
} else if Into::<Option<Constraint>>::into(g2_fml.clone()).is_some() {
0 commit comments