Module Hacspeclib_macro_parser.UnsignedPublicInteger

module M : sig ... end
include module type of struct include M end
type t = M.t = {
  1. integer_name : Base.string;
  2. bits : Base.int;
}
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val equal : t -> t -> Ppx_deriving_runtime.bool
val t_of_yojson : Ppx_yojson_conv_lib.Yojson.Safe.t -> t
val yojson_of_t : t -> Ppx_yojson_conv_lib.Yojson.Safe.t
val parser : t Angstrom.t
val name : string
include sig ... end
val parse : Base.string -> (M.t, Base.string) Base.Result.t