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

Accessing definitions in other modules #15

Open
LeventErkok opened this issue Dec 22, 2015 · 0 comments
Open

Accessing definitions in other modules #15

LeventErkok opened this issue Dec 22, 2015 · 0 comments

Comments

@LeventErkok
Copy link
Owner

Currently, any definition that's not in the current module is simply "uninterpreted" when sbvPlugin runs. This is arguably the right behavior as we're not really targeting a whole-program-analysis tool, but rather small local proofs.

But that stops a little short, since even the prelude isn't there. Basic functions such as take, drop etc. are completely gone; even if we can perfectly reason with (at least some) of these.

Of course, the ramifications can be large: Consider filter: If the predicate is symbolic, then we'll choke soon as we merge: There's just no way to handle that currently. But perhaps a happy medium exists?

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

1 participant