Skip to content

Commit

Permalink
exists -> mem
Browse files Browse the repository at this point in the history
  • Loading branch information
karoliineh committed Jan 10, 2025
1 parent f977c4d commit c1d1a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdomain/value/cdomains/intDomain0.ml
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ module IntervalArith (Ints_t : IntOps.IntOps) = struct
let is_threshold t ts =
let ts = find_thresholds ts in
let t = Ints_t.to_bigint t in
WideningThresholds.Thresholds.exists (Z.equal t) ts
WideningThresholds.Thresholds.mem t ts

let is_upper_threshold u = is_threshold u WideningThresholds.upper_thresholds
let is_lower_threshold l = is_threshold l WideningThresholds.lower_thresholds
Expand Down

0 comments on commit c1d1a07

Please sign in to comment.