package calli

  1. Overview
  2. Docs
type t =
  1. | Eq
  2. | Ne
  3. | Ugt
  4. | Ult
  5. | Sgt
  6. | Sge
  7. | Slt
  8. | Sle
  9. | Uge
  10. | Ule
val to_string : t -> string
val pp : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.