You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add CI and claim of support for coq v8.17
Disables the requirement for hint locality. This needs to be done both
in `_CoqProject` and in the dune files.
Fix broken proof because of `d6d78d9`
Because `open_neighborhood` gets unfolded by `intuition`, the proof ends
earlier than the proof-script anticipated. This error was caused because
I didn't check whether the repo still compiles…