Module Type_polarity.SignSource

Sourcetype t =
  1. | Pos
  2. | Neg
Sourceval to_string : t -> string
Sourceval not : t -> t