You can search for identifiers within the package.
in-package search v0.2.0
val pp_string : Stdlib.Format.formatter -> string -> unit
type t =
| True
| False
| Int of int
| Real of float
| Str of string
| Num of Num.t
val equal : t -> t -> Stdlib.Bool.t
val type_of : t -> Ty.t
val pp : Stdlib.Format.formatter -> t -> unit
val pp_num : Stdlib.Format.formatter -> t -> unit
val to_string : t -> string