You can search for identifiers within the package.
in-package search v0.2.0
bimage
Bimage.Point
Point is a 2 element float tuple used to perform calculations on (x, y) coordinates
type t = float * float
val x : t -> float
x pt extracts the x coordinate
x pt
val y : t -> float
y pt extracts the y coordinate
y pt