You can search for identifiers within the package.
in-package search v0.2.0
xcursor
Cursor.Image
type 'a t = {
width : int;
height : int;
x_hot : int;
y_hot : int;
delay : int option;
pixels : 'a;
}
type header = int t
module Header : sig ... end