mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Use Stdlib. instead of Pervasives. due to deprecation (#5730)
This commit is contained in:
parent
cf6486f990
commit
f3af2193d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue