3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 09:55:19 +00:00

Use Stdlib. instead of Pervasives. due to deprecation ()

This commit is contained in:
Anton Kochkov 2021-12-22 23:53:47 +08:00 committed by GitHub
parent cf6486f990
commit f3af2193d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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