Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Resolvconf.KeywordValue
type t =
| Nameserver of Ipaddr.t * int option
| Port of int
| Domain of string
| Lookup of LookupValue.t list
| Search of string list
| Sortlist of string list
| Options of OptionsValue.t list
val of_string : string -> t
val to_string : t -> string