package int_repr

  1. Overview
  2. Docs
module type T = sig ... end
type int8 = private Base.Int.t
type uint8 = private Base.Int.t
type int16 = private Base.Int.t
type uint16 = private Base.Int.t
type int32
type uint32
type int63 = Base.Int63.t
type uint63 = private Base.Int63.t
type int64 = Base.Int64.t
type uint64 = private Base.Int64.t
module Int8 : sig ... end
module Uint8 : sig ... end
module Int16 : sig ... end
module Uint16 : sig ... end
module Int32 : sig ... end
module Uint32 : sig ... end
module Int63 : sig ... end
module Uint63 : sig ... end
module Int64 : sig ... end
module Uint64 : sig ... end
module type Get = sig ... end
module type Set = sig ... end
module type Get_functions = sig ... end
module type Set_functions = sig ... end
module Make_get (F : Get_functions) : Get with type t := F.t
module Make_set (F : Set_functions) : Set with type t := F.t
module Bytes : sig ... end
module String : sig ... end