Kxclib.Int53pval pp_int53p_impl_flavor :
Stdlib.Format.formatter ->
int53p_impl_flavor ->
unitval show_int53p_impl_flavor : int53p_impl_flavor -> stringmodule type Ops = sig ... endmodule type Prims = sig ... endmodule type S = sig ... endmodule Internals : sig ... endinclude module type of Internals.CurrentFlavorImplval impl_flavor : int53p_impl_flavorval zero : int53pval one : int53pval minus_one : int53pval to_float : int53p -> floatval of_float : float -> int53pval to_int : int53p -> intval of_int : int -> int53pval to_int64 : int53p -> int64val of_int64 : int64 -> int53pval to_nativeint : int53p -> nativeintval of_nativeint : nativeint -> int53pval to_string : int53p -> stringval of_string : string -> int53pval pp_int53p : Stdlib.Format.formatter -> int53p -> unitval show_int53p : int53p -> stringtype t = int53pval pp : Stdlib.Format.formatter -> t -> unitval show : t -> string