package colombe

  1. Overview
  2. Docs

Module Colombe.DomainSource

Sourcetype t =
  1. | IPv4 of Ipaddr.V4.t
  2. | IPv6 of Ipaddr.V6.t
  3. | Extension of string * string
  4. | Domain of string list
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval pp : t Fmt.t
Sourcemodule Decoder : sig ... end
Sourceval of_string : string -> (t, [ `Msg of string ]) result
Sourceval of_string_exn : string -> t
Sourceval to_string : t -> string
Sourceval extension : string -> string -> (t, [ `Msg of string ]) result
Sourcetype atom
Sourceval atom : string -> (atom, [ `Msg of string ]) result
Sourceval atom_exn : string -> atom
Sourceval a : string -> atom
Sourcemodule Peano : sig ... end
Sourcetype 'a domain =
  1. | :: : atom * 'a domain -> 'a Peano.s domain
  2. | [] : Peano.z domain
Sourceval unsafe_domain_of_list_exn : string list -> t
Sourcetype 'a w
Sourceval domain : 'a domain w
Sourceval ipv4 : Ipaddr.V4.t w
Sourceval ipv6 : Ipaddr.V6.t w
Sourceval make : 'a w -> 'a -> (t, [ `Msg of string ]) result
Sourceval v : 'a w -> 'a -> t
OCaml

Innovation. Community. Security.