You can search for identifiers within the package.
in-package search v0.2.0
type t = {
no_overlap : bool;
constant_metrics : bool;
terminal_font : bool;
constant_width : bool;
ink_inside : bool;
ink_metrics : bool;
draw_direction : direction;
font_ascent : int;
font_descent : int;
min_bounds : Metrics.t;
max_bounds : Metrics.t;
}
val to_string : t -> string