You can search for identifiers within the package.
in-package search v0.2.0
type t
module C : sig ... end
val to_string : t -> string
val pp : Stdlib.Format.formatter -> t -> unit
val create : Z.t array -> t
val create_fmpz : FMPZ.t array -> t
val get_coef_fmpz : t -> int -> FMPZ.t
val get_coef : t -> int -> Z.t
val of_int : int -> t
val length : t -> int
val add : t -> t -> t
val sub : t -> t -> t
val mul : t -> t -> t
val mul_scalar : t -> FMPZ.t -> t