Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t =
| IPv4 of Ipaddr.V4.t
| IPv6 of Ipaddr.V6.t
| Extension of string * string
| Domain of string list
module Decoder : sig ... end
val of_string_exn : string -> t
val to_string : t -> string
val atom_exn : string -> atom
val a : string -> atom
module Peano : sig ... end
val unsafe_domain_of_list_exn : string list -> t
val ipv4 : Ipaddr.V4.t w
val ipv6 : Ipaddr.V6.t w