Module Scalar.Signedness

type t =
  1. | Signed
  2. | Unsigned
val equal : t -> t -> bool
val print : Format.formatter -> t -> unit