You can search for identifiers within the package.
in-package search v0.2.0
checked_oint
Checked_oint.Int_ty
type t = int_ty
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list
val u8 : t
val u16 : t
val u32 : t
val u64 : t
val u128 : t
val i8 : t
val i16 : t
val i32 : t
val i64 : t
val i128 : t
val of_generic : generic -> t
Determines the type representation of a generic integer.