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
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
| Set of string * string
| Unset of string
| Block_kind of block_kind
val pp : Stdlib.Format.formatter -> t -> unit
val interpret :
string ->
(Relation.t * string) option ->
(t, [> `Msg of string ]) Result.result
val of_string : string -> (t list, [ `Msg of string ] list) Result.result
of_string s
cuts s
into a list of labels.