From 0b0728b5a447d6f7ff5fdf80c87d66ac714c3151 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 29 Jul 2016 10:46:55 -0700 Subject: Set Asymmetric Patterns, add util lemmas about sig --- src/Util/Notations.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Util/Notations.v') diff --git a/src/Util/Notations.v b/src/Util/Notations.v index c43a58dc3..8595b0189 100644 --- a/src/Util/Notations.v +++ b/src/Util/Notations.v @@ -1,5 +1,6 @@ (** * Reserved Notations *) Require Export Crypto.Util.FixCoqMistakes. +Require Export Crypto.Util.GlobalSettings. (** Putting them all together in one file prevents conflicts. Coq's parser (camlpX) is really bad at conflicting notation levels and @@ -20,7 +21,7 @@ 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 "<<" (at level 30, no associativity). Reserved Infix ">>" (at level 30, no associativity). -Reserved Infix "&" (at level 50). +Reserved Infix "&" (at level 50). (* N.B. This conflicts with [{ a : T & P}] for [sigT] *) Reserved Infix "∣" (at level 50). Reserved Infix "~=" (at level 70). Reserved Infix "==" (at level 70, no associativity). -- cgit v1.2.3