Module Ppx_bitstring.Sign

type t =
  1. | Signed
  2. | Unsigned
val to_string : t -> string