module BigIntOrd: Variables with type t = int
Variables
with type t = int
type t
val compare : t -> t -> int
t -> t -> int
val hash : t -> int
t -> int
val neg : t -> t
t -> t
val is_pos : t -> bool
t -> bool
val str : t -> string
t -> string
val max : t
t
val to_int : t -> int