Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add FuncDeclRef case to _to_expr_ref (#90)
_to_expr_ref is our generic expression builder. It wraps a term in a sort-specific class that has methods suitable for the term's sort. Previously, _to_expr_ref did not give function terms the right wrapper. Now, it does. Fixes a bug latent in: cvc5/cvc5#9983
- Loading branch information