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
Currently Prolog.rewriteVariable() works with the assumption that hashing a variable name together with an integer won't ever produce a collision with an existing variable:
Currently
Prolog.rewriteVariable()
works with the assumption that hashing a variable name together with an integer won't ever produce a collision with an existing variable:SolPrologV2/src/Prolog.sol
Lines 77 to 82 in 47bb8ec
A collision unlikely but not impossible. We may want to use a safer method of obtaining fresh variable names.
The text was updated successfully, but these errors were encountered: