Module Goblint_std.GobZ

type t = Z.t
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
val to_yojson : Z.t -> [> `Intlit of string ]
val for_all_range : (Z.t -> bool) -> (Z.t * Z.t) -> bool
val pretty : unit -> Z.t -> GoblintCil.Pretty.doc
val pp : Stdlib.Format.formatter -> Z.t -> unit