You can search for identifiers within the package.
in-package search v0.2.0
type t =
| I8 of int
| I32 of int32
| I64 of int64
| F32 of int32
| F64 of int64
val (=) : t -> t -> bool
val type_of : t -> Ty.t
val pp : Stdlib.Format.formatter -> t -> unit
val pp_hex : Stdlib.Format.formatter -> t -> unit
val to_string : t -> string
val num_of_bool : bool -> t