You can search for identifiers within the package.
in-package search v0.2.0
type t = string list
A DNS domain e.g. "a"; "b" would be the domain a.b.
"a"; "b"
val to_string : t -> string
include Comparable with type t := t
val compare : t -> t -> int
module Set : Set.S with type elt = t
module Map : Map.S with type key = t