type pos = {fname : string;lstart : int;lstop : int;cstart : int;cstop : int;
}val of_lexing_pos : (Stdlib.Lexing.position * Stdlib.Lexing.position) -> tval to_string : ?prefix:string -> t -> stringval string_of_pos : ?prefix:string -> t -> stringmodule List : sig ... end