Module type Base__Int_math.Make_arg
include Base.Floatable.S with type t := t
include Base.Stringable.S with type t := t
val (+) : t -> t -> tval (-) : t -> t -> tval (*) : t -> t -> tval (/) : t -> t -> tval (~-) : t -> t