dune._stdune
Stdune.Ordering
Element ordering
dune._caml
dune._dune_lang
dune._ocaml_config
dune._which-program
dune.configurator
which_program_dune
which_program_jbuilder
type t =
| Lt
Lesser than
| Eq
Equal
| Gt
Greater than
val of_int : int -> t
val to_int : t -> int
val to_string : t -> string
returns the string representation. one of: "<", "=", ">"
val neq : t -> bool