Open Alexey-T opened 3 years ago
file Arguments.v from Coq official repo has them.
Notation "$" := 3 (only parsing) : foo_scope. Notation "$" := true (only parsing) : bar_scope.
and file applyTC.v from Coq repo.
Notation "{val:= v }" := (@val _ v).
file Arguments.v from Coq official repo has them.