module Block: sig .. end
sig
end
type t = {
width : int;
int
height : int;
x : int;
y : int;
dump : string;
string