Only forbid private predicates in spec statements
This commit is contained in:
parent
e57a1859d2
commit
e686575ebf
@ -86,10 +86,8 @@ impl Problem
|
||||
{
|
||||
match statement.kind
|
||||
{
|
||||
crate::problem::StatementKind::CompletedDefinition(_)
|
||||
| crate::problem::StatementKind::IntegrityConstraint
|
||||
| crate::problem::StatementKind::Lemma(_) => continue,
|
||||
_ => (),
|
||||
crate::problem::StatementKind::Spec => (),
|
||||
_ => continue,
|
||||
}
|
||||
|
||||
if crate::formula_contains_predicate(&statement.formula, predicate_declaration)
|
||||
|
Loading…
Reference in New Issue
Block a user