Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module LookupValue : sig ... end
module OptionsValue : sig ... end
module KeywordValue : sig ... end
type t = KeywordValue.t list
val all_servers : KeywordValue.t list -> (Ipaddr.t * int) list
val choose_server : KeywordValue.t list -> (Ipaddr.t * int) option
val search_domains : KeywordValue.t list -> string list