package links

  1. Overview
  2. Docs
type t =
  1. | Plus
  2. | Minus
  3. | Multiply
  4. | Divide
  5. | Greater
  6. | GreaterEqual
  7. | Less
  8. | LessEqual
  9. | Equal
  10. | LogicalAnd
  11. | LogicalOr
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val to_string : t -> string
val of_string : string -> (t, Operator_not_found_exception.t) Stdlib.result
val of_string_exn : string -> t

Do not use.

val fmt : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.