Fix type rule for datatype updater for parametric sorts (#7762)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 8 Dec 2021 17:17:51 +0000 (11:17 -0600)
committerGitHub <noreply@github.com>
Wed, 8 Dec 2021 17:17:51 +0000 (09:17 -0800)
commite7fd8a7af69c52dcbd4faf8e1132a85be578ae90
treef751e7e413d6c1496fb84528d95922b376333528
parent881464ade13c187e9455e2f4cb9b5d6a8682c536
Fix type rule for datatype updater for parametric sorts (#7762)

Fixes cvc5/cvc5-projects#379.
Fixes cvc5/cvc5-projects#378.
src/theory/datatypes/theory_datatypes_type_rules.cpp
test/regress/CMakeLists.txt
test/regress/regress0/datatypes/par-updater-type-rule.smt2 [new file with mode: 0644]
test/unit/api/cpp/solver_black.cpp