package diffast-langs-python

  1. Overview
  2. Docs
type t =
  1. | Positive
  2. | Negative
  3. | Complement
  4. | Not
val to_simple_string : t -> string
val to_string : t -> string
val to_short_string : t -> string
val of_uop : Ast.uop -> t
val to_tag : t -> string * 'a list
OCaml

Innovation. Community. Security.