coq
coq copied to clipboard
Fixes "where notation" clause of interactive Fixpoint
The PR fixes
Fixpoint f (n:nat) : nat where "- n" := (f n).
which was failing with f not found beforehand.
- [x] Added / updated test-suite.
@coqbot run full ci
@coqbot merge now