aboutsummaryrefslogtreecommitdiff
path: root/src/Util/ZRange.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Util/ZRange.v')
-rw-r--r--src/Util/ZRange.v3
1 files changed, 1 insertions, 2 deletions
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.