You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type resolution by the parser is rudimentary: it searches through existing types to resolve for pair. It does not deduce the type of pair based on arguments (even if this is "just" a matter of matching). By default expect to have to type annotate. Luckily, SMTLIB2 has the facilities:
This script:
Causes z3 to say:
Interestingly, if you uncomment the 6th line with
define-fun
, it goes through without any complaint.The text was updated successfully, but these errors were encountered: