Module Ocsigen_config.Socket_type
module Socket_type : sig..end
type t = [ `All | `IPv4 of Unix.inet_addr | `IPv6 of Unix.inet_addr ]
val to_string : t -> string
val to_inet_addr : t -> Unix.inet_addr
Warning: Reason support is experimental. We are looking for beta-tester and contributors.
module Socket_type : sig..end
type t = [ `All | `IPv4 of Unix.inet_addr | `IPv6 of Unix.inet_addr ]
val to_string : t -> string
val to_inet_addr : t -> Unix.inet_addr