silence fewer warnings, add comment about overwriting notation
@robbertkrebbers could you expand the comment to explain why we are doing this? Seems rather unfortunate.
Merge request reports
Activity
Filter activity
@robbertkrebbers can I merge this?
The question is why do we do:
Notation "x - y" := (x + -y) : Qc_scope.
By default, Coq interprets
x - y
as something likeQc_minus
, a definition which expands to the above. Since I always ended up unfolding that def first, I decided to just change the notation.Edited by Robbert Krebbers@robbertkrebbers can I merge this?
Sure.
mentioned in commit 9e503f1a
Please register or sign in to reply