Mdx.Labelmodule Relation : sig ... endval default_non_det : non_dettype t = | Dir of string| Source_tree of string| File of string| Part of string| Env of string| Skip| Non_det of non_det option| Version of Relation.t * Ocaml_version.t| Require_package of string| Set of string * string| Unset of string| Block_kind of block_kindval pp : Format.formatter -> t -> unitval interpret :
string ->
(Relation.t * string) option ->
(t, [> `Msg of string ]) Result.resultval of_string : string -> (t list, [ `Msg of string ] list) Result.resultof_string s cuts s into a list of labels.