diffast-langs-python.base
Py_label.UnaryOperator
diffast-langs-python
diffast-langs-python.p
type t =
| Positive
| Negative
| Complement
| 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