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
I am encountering an unexpected 'free variable' error in formal verification in a module that uses the zip function. Potentially related to #1250 but not fixed by #1251. This is on Pact 4.8.
I am encountering an unexpected 'free variable' error in formal verification in a module that uses the
zip
function. Potentially related to #1250 but not fixed by #1251. This is on Pact 4.8.The repl output is:
I tried some alternatives, too. Extract the inline (+) to be a named function has the same issue:
So does using an explicit lambda:
However, replacing
zip
with a map over an enumerate does work, but it's pretty ugly:Ideally I could use
zip
in my module and still be able to use formal verification.The text was updated successfully, but these errors were encountered: