You can search for identifiers within the package.
in-package search v0.2.0
type t
A point.
val dist : t -> t -> float
dist must be a distance. Be careful with the implementation of your distance (dist x x = 0.0, triangular inequality must hold, NaN is not a proper distance, etc).
dist