package links

  1. Overview
  2. Docs
type t =
  1. | Minus
  2. | Not
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.