package mdx

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

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