Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Feb 28, 2025
1 parent add58b4 commit 7cea617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion theories/reals/realprop.v
Original file line number Diff line number Diff line change
Expand Up @@ -906,4 +906,3 @@ Existing Instance max_Proper.
Existing Instance range1_Proper.
Existing Instance floor_Proper.
Existing Instance imageR_Proper.

4 changes: 2 additions & 2 deletions theories/reals/realsyntax.v
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ Arguments select {R} P%type x%Rval y%Rval.
Arguments extended_inv {R} x%Rval.
Arguments extended_sup {R} E%Rset.

Reserved Notation "n %:R" (at level 2, left associativity, format "n %:R").
Reserved Notation "x ^-1" (at level 3, left associativity, format "x ^-1").
Reserved Notation "n %:R" (at level 1, left associativity, format "n %:R").
Reserved Notation "x ^-1" (at level 1, left associativity, format "x ^-1").

Reserved Notation "x == y" (at level 70, no associativity).
Reserved Notation "x != y" (at level 70, no associativity).
Expand Down

0 comments on commit 7cea617

Please sign in to comment.