Module Capnp_address.Location

type t = [
  1. | `Unix of string
  2. | `TCP of string * int
]
val pp : t Fmt.t
val equal : t -> t -> bool