Bcfgqmodule Bcfg_query : sig ... endval error_msgf :
('a, Format.formatter, unit, ('b, [> `Msg of string ]) result) format4 ->
'aval validate_pattern : Bcfg_query.pattern -> (unit, [> `Msg of string ]) resultval validate_expr : Bcfg_query.expr -> (unit, [> `Msg of string ]) resultval of_string : string -> (Bcfg_query.expr, [> `Msg of string ]) resultval pp : Format.formatter -> Bcfg_query.expr -> unitval eval_in_pattern : Bcfg_query.pattern -> boolval eval_in_expr : Bcfg_query.expr -> boolval is_streamable : Bcfg_query.expr -> boolval value_of_directive : Bcfg.directive -> stringval predicate :
root:Bcfg.directive list ->
Bcfg_query.pattern ->
String.t ->
boolval eval : Bcfg_query.expr -> Bcfg.directive list -> Bcfg.directive list