jon.recoil.org

Module Dwarf_low.Abbreviation_code

module Uint64 = Numbers.Uint64
type t = {
  1. code : int;
  2. comment : string;
}
exception Bad_abbreviation_code of int
val is_null : Dwarf_low.Abbreviation_code.t -> bool