Skip to content

Commit

Permalink
Use Stdlib. instead of Pervasives. due to deprecation (#5730)
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka authored Dec 22, 2021
1 parent cf6486f commit f3af219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/ml/z3.ml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ end = struct
let equal = (=)

(* The standard comparison uses the custom operations of the C layer *)
let compare = Pervasives.compare
let compare = Stdlib.compare

let translate (x:ast) (to_ctx:context) =
if gc x = to_ctx then
Expand Down

0 comments on commit f3af219

Please sign in to comment.