Int_reprmodule type T = sig ... endtype int8 = private Base.Int.ttype uint8 = private Base.Int.ttype int16 = private Base.Int.ttype uint16 = private Base.Int.ttype int63 = Base.Int63.ttype uint63 = private Base.Int63.ttype int64 = Base.Int64.ttype uint64 = private Base.Int64.tmodule Int8 : sig ... endmodule Uint8 : sig ... endmodule Int16 : sig ... endmodule Uint16 : sig ... endmodule Int32 : sig ... endmodule Uint32 : sig ... endmodule Int63 : sig ... endmodule Uint63 : sig ... endmodule Int64 : sig ... endmodule Uint64 : sig ... endmodule type Get = sig ... endmodule type Set = sig ... endmodule type Get_functions = sig ... endmodule type Set_functions = sig ... endmodule Bytes : sig ... endmodule String : sig ... end