mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 14:43:23 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
b3fa5d7978
1 changed files with 3 additions and 0 deletions
|
@ -970,6 +970,9 @@ namespace smt2 {
|
||||||
check_rparen_next("invalid datatype declaration, ')' expected");
|
check_rparen_next("invalid datatype declaration, ')' expected");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
if (dt_name) {
|
||||||
|
m_ctx.insert(pm().mk_psort_dt_decl(0, *dt_name));
|
||||||
|
}
|
||||||
parse_constructor_decls(ct_decls);
|
parse_constructor_decls(ct_decls);
|
||||||
}
|
}
|
||||||
check_rparen_next("invalid datatype declaration, ')' expected");
|
check_rparen_next("invalid datatype declaration, ')' expected");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue