You can search for identifiers within the package.
in-package search v0.2.0
type t = {
ip : Ipaddr.t;
port : int;
}
The address of a DNS server
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