module Host_and_port: Host_and_port
Host_and_port
type t
val create : host:string -> port:int -> t
host:string -> port:int -> t
val host : t -> string
t -> string
val port : t -> int
t -> int
val tuple : t -> string * int
t -> string * int
include Identifiable