Fixes infinite loop

This commit is contained in:
2026-02-09 09:07:38 +01:00
parent 134ebc6dc6
commit 694a84fb00
7 changed files with 12589 additions and 11 deletions

View File

@ -23,7 +23,7 @@ pub enum Body
Or(Vec<Body>),
}
#[derive(Clone, Debug)]
#[derive(Clone, Debug, PartialEq)]
pub enum Predicate
{
Variable(Variable), // Upercase variable like X