Module Js_of_ocaml_compiler.Parse_info
type t = {src : string option;name : string option;col : int;line : int;idx : int;
}val t_of_lexbuf : Stdlib.Lexing.lexbuf -> tval t_of_pos : Stdlib.Lexing.position -> tval start_position : t -> Stdlib.Lexing.positionval t_of_position : src:string option -> Stdlib.Lexing.position -> tval to_string : t -> string