Skip to content

Commit c1d1a07

Browse files
committed
exists -> mem
1 parent f977c4d commit c1d1a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdomain/value/cdomains/intDomain0.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ module IntervalArith (Ints_t : IntOps.IntOps) = struct
575575
let is_threshold t ts =
576576
let ts = find_thresholds ts in
577577
let t = Ints_t.to_bigint t in
578-
WideningThresholds.Thresholds.exists (Z.equal t) ts
578+
WideningThresholds.Thresholds.mem t ts
579579

580580
let is_upper_threshold u = is_threshold u WideningThresholds.upper_thresholds
581581
let is_lower_threshold l = is_threshold l WideningThresholds.lower_thresholds

0 commit comments

Comments
 (0)