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.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Util/ZRange.v b/src/Util/ZRange.v
index fab098037..2c286aa9e 100644
--- a/src/Util/ZRange.v
+++ b/src/Util/ZRange.v
@@ -34,7 +34,7 @@ Section with_bitwidth.
end.
Definition is_bounded_by {n} : Tuple.tuple zrange n -> Tuple.tuple Z n -> Prop
- := Tuple.pointwise2 is_bounded_by'.
+ := Tuple.fieldwise is_bounded_by'.
End with_bitwidth.
Definition is_tighter_than_bool (x y : zrange) : bool