package mdx
-
mdx.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Relation : sig ... end
val default_non_det : non_det
val pp_block_kind : block_kind Fmt.t
type 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
| Os_type of Relation.t * string
| Set of string * string
| Unset of string
| Block_kind of block_kind
| Language_tag of string
val pp : t Fmt.t
val interpret :
string ->
(Relation.t * string) option ->
(t, [> `Msg of string ]) Stdlib.result
val of_string : string -> (t list, [ `Msg of string ] list) Stdlib.result
of_string s
cuts s
into a list of labels.