Skip to content

Commit

Permalink
Even more Stdcompat
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Jun 11, 2024
1 parent fb1d319 commit 1d7a291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/reasoners/intervals_core.ml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ module Make(Ex : Explanations) (*: Core with type explanation = Ex.t *)= struct
subset_seq ~strict i1 s1 i2 s2

let equal u1 u2 =
Seq.equal Interval.equal (to_seq u1) (to_seq u2)
Stdcompat.Seq.equal Interval.equal (to_seq u1) (to_seq u2)

let checked ((glb, u', gub) as u) =
let rec loop ex = function
Expand Down

0 comments on commit 1d7a291

Please sign in to comment.