include sig ... end
val name : unit -> string
val lower_bound : t option
val upper_bound : t option
val shift_left : t -> int -> t
val shift_right : t -> int -> t
val compare : t -> t -> int
val equal : t -> t -> bool
val top_range : t -> t -> bool
val of_int64 : int64 -> t
val to_int64 : t -> int64
val of_string : string -> t
val to_string : t -> string
val arbitrary : unit -> t QCheck.arbitrary
val pretty : unit -> t -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> [> `String of string ]
val log_op : (bool -> bool -> bool) -> t -> t -> t
val c_logand : t -> t -> t
val c_logor : t -> t -> t
val c_logxor : t -> t -> t
val trailing_zeros : Z.t -> int