package ppx_bitstring

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