You can search for identifiers within the package.
in-package search v0.2.0
type config = {
min_space_overhead : int;
max_space_overhead : int;
heap_start_worrying_mb : int;
heap_really_worry_mb : int;
}
val setup_dynamic_tuning : config -> unit
val stop_dynamic_tuning : unit -> unit
module ForTestingDoNotUse : sig ... end