Skip to content
This repository was archived by the owner on Jun 17, 2022. It is now read-only.

uninterpreted theories don't check argument types #114

Open
aep opened this issue Aug 19, 2020 · 0 comments
Open

uninterpreted theories don't check argument types #114

aep opened this issue Aug 19, 2020 · 0 comments

Comments

@aep
Copy link
Collaborator

aep commented Aug 19, 2020

from #111

these are interchangeable

theory isopen(Socket fd) -> bool;
theory isopen(Socket * fd) -> bool;

because unless a theory actually has a body, nothing checks the argument type.
Although that's sort of valid, It's rather confusing.

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

No branches or pull requests

1 participant