Sourcetype t = {loc_fname : string;loc_start : int * int;loc_end : int * int;loc_bchar : int;loc_echar : int;
} Sourcetype i_loc = private {uid_loc : int;base_loc : t;stack_loc : t list;
} Sourcetype 'a located = {pl_loc : t;pl_desc : 'a;
}