package int_repr

  1. Overview
  2. Docs
Integers of various widths

Install

Dune Dependency

Authors

Maintainers

Sources

int_repr-v0.15.0.tar.gz
sha256=5d357b58914bcaa183432f2cfafc726ecccaa36f42cab982ab32e8b1c1ed6719

doc/int_repr/Int_repr/index.html

Module Int_reprSource

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

Innovation. Community. Security.