3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00

refactor get_sort

This commit is contained in:
Nikolaj Bjorner 2021-02-02 04:45:54 -08:00
parent 4455f6caf8
commit 3ae4c6e9de
129 changed files with 362 additions and 362 deletions

View file

@ -180,7 +180,7 @@ namespace datalog {
}
bool is_finite_sort(expr* e) const {
return is_finite_sort(m.get_sort(e));
return is_finite_sort(e->get_sort());
}
bool is_rule_sort(sort* s) const {