Module IntOps.IntOpsDecorator
Parameters
Signature
include module type of struct include B end
val lower_bound : t optionval upper_bound : t optionval shift_left : t -> int -> tval shift_right : t -> int -> tval compare : t -> t -> intval equal : t -> t -> boolval top_range : t -> t -> boolval of_int64 : int64 -> tval to_int64 : t -> int64val of_string : string -> tval to_string : t -> stringval of_bigint : Big_int_Z.big_int -> tval to_bigint : t -> Big_int_Z.big_intval log_op : (bool -> bool -> bool) -> t -> t -> t