Make `inv` complete on its domain?
Open
- Dominant language
- No language data
- Stars
- 36
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Today I'm running into several errors of this form:
where the failure is that `(fun p -> inv p)` and `inv` are not unifiable. I wonder if we can just make `inv` a "complete" arrow (`^->`), and somehow guide the unifier or automatically apply extensionality (probably that would be an F* improvement).
I could work around these problems, but sometimes it's not easy to find out this is what's failing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.