You can search for identifiers within the package.
in-package search v0.2.0
type t
Information about a site user.
val v : string -> (t, [> `Msg of string ]) Stdlib.result
v id is a user with ID id.
v id
id
val id : t -> string
id t is the user ID (e.g. "github:alice")
id t