Module Host_and_port

module Host_and_port: Host_and_port

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