Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation discrepancy: seq.fold_left/seq.foldl #6573

Closed
LeventErkok opened this issue Feb 7, 2023 · 2 comments
Closed

Documentation discrepancy: seq.fold_left/seq.foldl #6573

LeventErkok opened this issue Feb 7, 2023 · 2 comments

Comments

@LeventErkok
Copy link

https://microsoft.github.io/z3guide/docs/theories/Sequences/

lists the function as seq.fold_left. However, playing with a recently built z3, I believe the actual name used is seq.foldl.

@NikolajBjorner
Copy link
Contributor

it is overloaded, I have updated documentation to mention this

https://microsoft.github.io/z3guide/docs/theories/Sequences/

@LeventErkok
Copy link
Author

@NikolajBjorner Thanks. I guess I'm not sure what "overloaded" means in this context. I couldn't get z3 to recognize any scripts that had the word seq.fold_left in it. Was that supposed to work at all?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants