Is there a way to compare a Camlp4 ast node to a quotation that ignores the locations? Camlp4 seems to rely on quotations as much as possible, but it seems like you have to either compare a quotation with another quotation, so they have the same location, or write out the ast code explicitly.