Commit c1c83ba
authored
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#99831 parent 1582d36 commit c1c83ba
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1004 | 1004 | | |
1005 | 1005 | | |
1006 | 1006 | | |
| 1007 | + | |
| 1008 | + | |
1007 | 1009 | | |
1008 | 1010 | | |
1009 | 1011 | | |
| |||
0 commit comments