sig
type
t = { width : int; height : int; x : int; y : int; dump : string; }
end