mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
parent
164a73febb
commit
cce27ff65f
5 changed files with 12 additions and 5 deletions
|
@ -682,6 +682,7 @@ bool pdatatypes_decl::fix_missing_refs(symbol & missing) {
|
|||
|
||||
sort* pdecl_manager::instantiate_datatype(psort_decl* p, symbol const& name, unsigned n, sort * const* s) {
|
||||
TRACE("datatype", tout << name << " "; for (unsigned i = 0; i < n; ++i) tout << s[i]->get_name() << " "; tout << "\n";);
|
||||
|
||||
pdecl_manager& m = *this;
|
||||
sort * r = p->find(s);
|
||||
if (r)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue