Fix for lambda-to-array constant conversion for unused arguments (#8082)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Fri, 11 Feb 2022 21:07:33 +0000 (15:07 -0600)
committerGitHub <noreply@github.com>
Fri, 11 Feb 2022 21:07:33 +0000 (21:07 +0000)
commitd6137c76753b0e1043c2ea30deceafaa66e0ddc3
treea84eaa465a07b2b3fafe482c32e37aa7e717db13
parent50d93bfc5bcd160059522e22310934ea4ecb2c57
Fix for lambda-to-array constant conversion for unused arguments (#8082)

Fixes #4434.
src/theory/uf/function_const.cpp
test/regress/CMakeLists.txt
test/regress/regress0/ho/issue4434-const-preserve.smt2 [new file with mode: 0644]