package links

  1. Overview
  2. Docs
type t =
  1. | Minus
  2. | Not
val to_string : t -> string
val of_string : string -> (t, Operator_not_found_exception.t) result
val of_string_exn : string -> t

Do not use.

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

Innovation. Community. Security.