Module Socket.Family

type 'a t constraint 'a = [< Address.t ]
val unix : Address.Unix.t t
val inet : Address.Inet.t t
val to_string : 'a t -> string