Module Abbreviations_table.Key
type t = {tag : Dwarf_low.Dwarf_tag.t;has_children : Dwarf_low.Child_determination.t;attribute_specs : Dwarf_low.Dwarf_attributes.Attribute_specification.Sealed.Set.t;
}include sig ... end
module T : sig ... endval equal :
Dwarf_low.Abbreviations_table.Key.T.t ->
Dwarf_low.Abbreviations_table.Key.T.t ->
boolval hash : Dwarf_low.Abbreviations_table.Key.T.t -> intval compare :
Dwarf_low.Abbreviations_table.Key.T.t ->
Dwarf_low.Abbreviations_table.Key.T.t ->
intval output :
Stdlib.out_channel ->
Dwarf_low.Abbreviations_table.Key.T.t ->
unitval print :
Stdlib.Format.formatter ->
Dwarf_low.Abbreviations_table.Key.T.t ->
unitmodule Set : sig ... endmodule Map : sig ... endmodule Tbl : sig ... end