From 070a400ddbf94190fb1f6dbdd36a81d2afb80c32 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 12 Jun 2017 16:40:53 -0400 Subject: Fix zrange notation levels So that it doesn't interfere with [~> R] and [A ~> B]. --- src/Util/ZRange.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Util/ZRange.v') diff --git a/src/Util/ZRange.v b/src/Util/ZRange.v index 489d2c32f..b6381f421 100644 --- a/src/Util/ZRange.v +++ b/src/Util/ZRange.v @@ -56,7 +56,6 @@ Defined. Module Export Notations. Delimit Scope zrange_scope with zrange. - Notation "r[ l ~> u ]" := {| lower := l ; upper := u |} - (format "r[ l ~> u ]") : zrange_scope. + Notation "r[ l ~> u ]" := {| lower := l ; upper := u |} : zrange_scope. Infix "<=?" := is_tighter_than_bool : zrange_scope. End Notations. -- cgit v1.2.3