You can search for identifiers within the package.
in-package search v0.2.0
shapefile
Prj_syntax.Unit
type t = {
name : string;
unit name
cf : float;
conversion factor to radian or meter
authority : Authority.t option;
related authority, if any
}
Describes an angular or linear unit, depending on the context.
val sprint : t -> string