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