mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
refactor get_sort
This commit is contained in:
parent
4455f6caf8
commit
3ae4c6e9de
129 changed files with 362 additions and 362 deletions
|
@ -68,7 +68,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
bool is_value_sort(ast_manager& m, expr* e) {
|
||||
return is_value_sort(m, m.get_sort(e));
|
||||
return is_value_sort(m, e->get_sort());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue