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 start_position : t -> Stdlib.Lexing.positionval t_of_position : src:string option -> Stdlib.Lexing.position -> t