Scfg.QueryModule providing functions to search inside a config.
val get_dirs : string -> Types.directive list -> Types.directive listReturns a list of directives with the provided name from a list of directives.
val get_dir : string -> Types.directive list -> Types.directive optionReturns the first directive with the provided name from a list of directive.
val get_params : int -> Types.directive -> (string list, string) Stdlib.resultExtract a given number of parameters from a directive.
val get_param : int -> Types.directive -> (string, string) Stdlib.resultExtract a parameter at a given index from a directive.