You can search for identifiers within the package.
in-package search v0.2.0
type color = Gg.color
type transform = {
x00 : float;
x01 : float;
x10 : float;
x11 : float;
x20 : float;
x21 : float;
}
type 'texture paint = {
xform : transform;
extent : Gg.size2;
radius : float;
feather : float;
inner : color;
outer : color;
texture : 'texture option;
type outline = {
stroke_width : float;
miter_limit : float;
line_join : [ `BEVEL | `MITER | `ROUND ];
line_cap : [ `BUTT | `ROUND | `SQUARE ];
type frame = {
alpha : float;