Module Hacspeclib_macro_parser.PublicNatMod
include module type of struct include M end
type t = M.t = {
type_name : Base.string;
type_of_canvas : Base.string;
bit_size_of_field : Base.int;
modulo_value : Base.string;
}
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
type t' = M.t' = {
type_name : Base.string Base.option;
type_of_canvas : Base.string Base.option;
bit_size_of_field : Base.int Base.option;
modulo_value : Base.string Base.option;
}
val parser' : t' Angstrom.t
val parser : t Angstrom.t
include sig ... end
val parse : Base.string -> (M.t, Base.string) Base.Result.t