Module Type_polarity.Sign

type t =
  1. | Pos
  2. | Neg
val to_string : t -> string
val not : t -> t