Module Atlas.AtlasNode

type t = {
mutable x : int;
y : int;
mutable width : int;
}