let to_ocaml_location x =
{
Camlp4_import.Location.loc_start =
pos_to_lexing_position x.start x.file_name;
loc_end = pos_to_lexing_position x.stop x.file_name;
loc_ghost = x.ghost;
}