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
#266 enhanced the expr-to-value decoding mechanism. This is currently not the case for the other way around, making ForAll/Exists not usable (yet) with List/Set.
The solution would be to add a new method to ReflectUtil (e.g encodeExpr).
The text was updated successfully, but these errors were encountered:
#266 enhanced the expr-to-value decoding mechanism. This is currently not the case for the other way around, making
ForAll
/Exists
not usable (yet) withList
/Set
.The solution would be to add a new method to
ReflectUtil
(e.gencodeExpr
).The text was updated successfully, but these errors were encountered: