package mdx

  1. Overview
  2. Docs

Module Label.RelationSource

Sourcetype t =
  1. | Eq
  2. | Neq
  3. | Le
  4. | Lt
  5. | Ge
  6. | Gt
Sourceval pp : Format.formatter -> t -> unit
Sourceval compare : t -> int -> int -> bool
Sourceval raw_parse : string -> string * (t * string) option

raw_parse s splits s into a label, and optionally the relation and the associated value.

OCaml

Innovation. Community. Security.