From 716f566c403324418c1943791aac17b4b237a43c Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 15 Dec 2017 17:51:44 -0500 Subject: Add reserved notation for infix @ for application --- src/Util/Notations.v | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Util/Notations.v') diff --git a/src/Util/Notations.v b/src/Util/Notations.v index 65f436a1a..4f0f8e8fb 100644 --- a/src/Util/Notations.v +++ b/src/Util/Notations.v @@ -33,6 +33,7 @@ Reserved Notation "x ^ 3" (at level 30, format "x ^ 3"). 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 "<<" (at level 30, no associativity). Reserved Infix ">>" (at level 30, no associativity). Reserved Infix ">>>" (at level 30, no associativity). -- cgit v1.2.3