-
Notifications
You must be signed in to change notification settings - Fork 5
uninterpreted by default #547
Copy link
Copy link
Description
I've run into some cases where a function is used in a module's specifications but the details are of no relevance to the proofs of any callers outside the module. In those cases it can be an annoyance to have to make the function uninterpreted all over the place. So something like
#[ext(uninterpreted)] in front of the declaration, and interpreted=foo in the proofs that need it would be useful.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels