Skip to content

Commit

Permalink
restore compatibility with old OCaml versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Octachron committed Oct 25, 2023
1 parent 0bba969 commit 31aac3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/solver.ml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ struct
let compare x y =
let v = Namespaced.compare x y in
if v <> 0 then v
else Stdlib.compare (Namespaced.filepath x) (Namespaced.filepath y)
else compare (Namespaced.filepath x) (Namespaced.filepath y)
end)
open Unit

Expand Down

0 comments on commit 31aac3d

Please sign in to comment.