Skip to content

Commit

Permalink
Add @@ infix notation
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Jan 6, 2018
1 parent 693d62c commit 3ea7cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Util/Notations.v
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Reserved Infix "mod" (at level 40, no associativity).
Reserved Notation "'canonical' 'encoding' 'of' T 'as' B" (at level 50).
Reserved Notation "@ 'is_eq_dec' T R" (at level 10, T at level 8, R at level 8).
Reserved Infix "@" (left associativity, at level 11).
Reserved Infix "@@" (left associativity, at level 11).
Reserved Infix "<<" (at level 30, no associativity).
Reserved Infix ">>" (at level 30, no associativity).
Reserved Infix ">>>" (at level 30, no associativity).
Expand Down

0 comments on commit 3ea7cbc

Please sign in to comment.