Module Entry.Decoded

type t = {
tag : int;
format : Pack.format;
components : int;
data : string;
}